View Source
Class LastSyncedDto
Assembly: Umbraco.Infrastructure.dll
Syntax
public class LastSyncedDto
Constructors
View Source
LastSyncedDto()
Declaration
Fields
View Source
PrimaryKeyColumnName
Declaration
public const string PrimaryKeyColumnName = "machineId"
Field Value
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
View Source
LastSyncedInternalId
Declaration
[NullSetting(NullSetting = NullSettings.Null)]
public int? LastSyncedInternalId { get; set; }
Property Value
View Source
MachineId
Declaration
[PrimaryKeyColumn(Name = "PK_lastSyncedMachineId", AutoIncrement = false, Clustered = true)]
public required string MachineId { get; set; }
Property Value