Audit data.
Default constructor
public Void AuditData()
Copy constructor.
public Void AuditData(source)
Name | Type | Summary |
---|---|---|
source | AuditData |
Creation data time.
public DateTime CreationTime { get; set; }
Caption/Value extra info.
public List<ExtraInfo> ExtraInfo { get; set; }
The ID of a related incident.
public Nullable<Int32> IncidentId { get; set; }
Kind of this audit record.
public AuditKind Kind { get; set; }
Data properties beeing audited.
public List<AuditProperty> Properties { get; set; }
Base64 encoded security hash for the audited data.
public String SecurityHash { get; set; }
Authority that validates the user.
public String UserAuthority { get; set; }
Display name the user.
public String UserDisplayName { get; set; }
User security ID.
public String UserId { get; set; }
Name of the user.
public String UserName { get; set; }