DTO for transfer audit information.
Creation date and time.
public DateTime CreationTime { get; set; }
Audit internal data.
public AuditData Data { get; set; }
Audit Id.
public Int32 Id { get; set; }
Audit incident Id.
public Nullable<Int32> IncidentId { get; set; }
Audit record kind.
public AuditKind Kind { get; set; }
Id of the next audit record.
public Nullable<Int32> NextId { get; set; }
Id of the previous audit record.
public Nullable<Int32> PrevId { get; set; }
Caption of the object that sources the audit record.
public String SourceCaption { get; set; }
A human readable text for the object that sources the audit record.
public String SourceDisplay { get; set; }
Id of the object that sources the audit record.
public String SourceId { get; set; }
The type name of the object that sources the audit record.
public String SourceTypeName { get; set; }
User authority.
public String UserAuthority { get; set; }
User display name.
public String UserDisplayName { get; set; }
User Id.
public String UserId { get; set; }
User name.
public String UserName { get; set; }