Information of a data modification audit.
Default constructor
public Void Audit()
Initializes a new instance of Audit.
public Void Audit(id)
Name | Type | Summary |
---|---|---|
id | Int32 | Audit record Id |
Creation date and time.
public DateTime CreationTime { get; set; }
Audit record data
public Byte[] Data { get; set; }
Whether model validation must be enforced.
public Boolean EnforceModelValidation { get; }
Audit record 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; }
Multi-tenant partition key.
public Int32 TenantId { 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; }
Checks if other is equals to this object.
public Boolean Equals(other)
Name | Type | Summary |
---|---|---|
other | Audit |
Checks if obj is equals to this object.
public Boolean Equals(obj)
Name | Type | Summary |
---|---|---|
obj | Object | An object to compare with this object. |
Gets audit internal data.
public AuditData GetAuditData()
An AuditData or null if there is no data.
Not required, implemented to avoid warnings, returns base.GetHasCode().
public Int32 GetHashCode()
Returns a textual represetation.
public String ToString()