AuditIncident

Audit related incident.

Namespace:
KpokPatagon.Auditing.Store
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Constructors

AuditIncident

Default constructor

Signature:
public Void AuditIncident()

AuditIncident

Initializes a new instance of AuditIncident.

Signature:
public Void AuditIncident(id)
Parameters
Name Type Summary
id Int32 Incident Id

Properties

AuditId

Related audit record Id.

Signature:
public Nullable<Int32> AuditId { get; set; }

CreationTime

Creation date and time.

Signature:
public DateTime CreationTime { get; set; }

Data

Incident data

Signature:
public Byte[] Data { get; set; }

EnforceModelValidation

Whether model validation must be enforced.

Signature:
public Boolean EnforceModelValidation { get; }

Id

Audit incident Id

Signature:
public Int32 Id { get; set; }

Kind

Audit incident king.

Signature:
public AuditIncidentKind Kind { get; set; }

ResolutionOpinion

Resolution opinion

Signature:
public String ResolutionOpinion { get; set; }

ResolutionUserAuthority

Authority of the user that resolved the incident.

Signature:
public String ResolutionUserAuthority { get; set; }

ResolutionUserDisplayName

Display name of the user that revolves the incident.

Signature:
public String ResolutionUserDisplayName { get; set; }

ResolutionUserId

User Id of the user that resolved the audit incident.

Signature:
public String ResolutionUserId { get; set; }

ResolutionUserName

Name of the user that resolved the audit incident.

Signature:
public String ResolutionUserName { get; set; }

ResolvedTime

Date and time of the audit incident resolution.

Signature:
public Nullable<DateTime> ResolvedTime { get; set; }

UserAuthority

User authority

Signature:
public String UserAuthority { get; set; }

UserDisplayName

User display name

Signature:
public String UserDisplayName { get; set; }

UserId

User Id

Signature:
public String UserId { get; set; }

UserName

User name.

Signature:
public String UserName { get; set; }

Methods

Equals

Checks if other is equals to this object.

Signature:
public Boolean Equals(other)
Parameters
Name Type Summary
other AuditIncident

Equals

Checks if obj is equals to this object.

Signature:
public Boolean Equals(obj)
Parameters
Name Type Summary
obj Object An object to compare with this object.

GetHashCode

Not required, implemented to avoid warnings, returns base.GetHasCode().

Signature:
public Int32 GetHashCode()

GetIncidentData

Gets incident internal data.

Signature:
public AuditIncidentData GetIncidentData()
Returns

The incident internal data or null if it is empty.

ToString

Returns a textual represetation.

Signature:
public String ToString()