Search Results for

    Show / Hide Table of Contents
    View Source

    Class LastSyncedDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class LastSyncedDto

    Constructors

    View Source

    LastSyncedDto()

    Declaration
    public LastSyncedDto()

    Fields

    View Source

    PrimaryKeyColumnName

    Declaration
    public const string PrimaryKeyColumnName = "machineId"
    Field Value
    Type Description
    string

    Properties

    View Source

    LastSyncedDate

    Declaration
    public DateTime LastSyncedDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    LastSyncedExternalId

    Declaration
    [NullSetting(NullSetting = NullSettings.Null)]
    public int? LastSyncedExternalId { get; set; }
    Property Value
    Type Description
    int?
    View Source

    LastSyncedInternalId

    Declaration
    [NullSetting(NullSetting = NullSettings.Null)]
    public int? LastSyncedInternalId { get; set; }
    Property Value
    Type Description
    int?
    View Source

    MachineId

    Declaration
    [PrimaryKeyColumn(Name = "PK_lastSyncedMachineId", AutoIncrement = false, Clustered = true)]
    public required string MachineId { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX