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
    [TableName("umbracoLastSynced")]
    [PrimaryKey("machineId", AutoIncrement = false)]
    [ExplicitColumns]
    public class LastSyncedDto

    Properties

    View Source

    LastSyncedDate

    Declaration
    [Column("lastSyncedDate")]
    public DateTime LastSyncedDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    LastSyncedExternalId

    Declaration
    [Column("lastSyncedExternalId")]
    public int? LastSyncedExternalId { get; set; }
    Property Value
    Type Description
    int?
    View Source

    LastSyncedInternalId

    Declaration
    [Column("lastSyncedInternalId")]
    public int? LastSyncedInternalId { get; set; }
    Property Value
    Type Description
    int?
    View Source

    MachineId

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