Audit related incident.
Default constructor
public Void AuditIncident()Initializes a new instance of AuditIncident.
public Void AuditIncident(id)| Name | Type | Summary |
|---|---|---|
| id | Int32 | Incident Id |
Related audit record Id.
public Nullable<Int32> AuditId { get; set; }Creation date and time.
public DateTime CreationTime { get; set; }Incident data
public Byte[] Data { get; set; }Whether model validation must be enforced.
public Boolean EnforceModelValidation { get; }Audit incident Id
public Int32 Id { get; set; }Audit incident king.
public AuditIncidentKind Kind { get; set; }Resolution opinion
public String ResolutionOpinion { get; set; }Authority of the user that resolved the incident.
public String ResolutionUserAuthority { get; set; }Display name of the user that revolves the incident.
public String ResolutionUserDisplayName { get; set; }User Id of the user that resolved the audit incident.
public String ResolutionUserId { get; set; }Name of the user that resolved the audit incident.
public String ResolutionUserName { get; set; }Date and time of the audit incident resolution.
public Nullable<DateTime> ResolvedTime { 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 | AuditIncident |
Checks if obj is equals to this object.
public Boolean Equals(obj)| Name | Type | Summary |
|---|---|---|
| obj | Object | An object to compare with this object. |
Not required, implemented to avoid warnings, returns base.GetHasCode().
public Int32 GetHashCode()Gets incident internal data.
public AuditIncidentData GetIncidentData()The incident internal data or null if it is empty.
Returns a textual represetation.
public String ToString()In this document