Class AuditHistory.AuditInfo
Inheritance
AuditHistory.AuditInfo
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class AuditHistory.AuditInfo
Constructors
AuditInfo()
Declaration
Properties
Created
Declaration
public DateTimeOffset Created { get; set; }
Property Value
CreatedBy
Declaration
public Guid CreatedBy { get; set; }
Property Value
CreatedBy_Label
Declaration
public string CreatedBy_Label { get; set; }
Property Value
CurrentAsOfDate
Declaration
public DateTimeOffset? CurrentAsOfDate { get; set; }
Property Value
LastUpdated
Declaration
public DateTimeOffset LastUpdated { get; set; }
Property Value
LastUpdatedBy
Declaration
public Guid LastUpdatedBy { get; set; }
Property Value
LastUpdatedBy_Label
Declaration
public string LastUpdatedBy_Label { get; set; }
Property Value
OpenAsOfDate
Declaration
public DateTimeOffset? OpenAsOfDate { get; set; }
Property Value
Extension Methods