AuditIncidentData

Incident data.

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

Properties

AuditId

Related Audit record Id.

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

Comment

Comment.

Signature:
public String Comment { get; set; }

CreationTime

Creation data time.

Signature:
public DateTime CreationTime { get; set; }

ExtraInfo

Caption/Value extra info.

Signature:
public List<ExtraInfo> ExtraInfo { get; set; }

IsOpened

Whether the audit incident is opened.

Signature:
public Boolean IsOpened { get; }

Kind

Kind of the audt incident.

Signature:
public AuditIncidentKind Kind { get; set; }

Properties

Data properties beeing audited.

Signature:
public List<AuditProperty> Properties { 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 resolved the incident.

Signature:
public String ResolutionUserDisplayName { get; set; }

ResolutionUserId

Id of the user that resolved the incident.

Signature:
public String ResolutionUserId { get; set; }

ResolutionUserName

Name of the user that resolved the incident.

Signature:
public String ResolutionUserName { get; set; }

ResolvedTime

Resolution timestamp.

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

UserAuthority

Authority that validates the user.

Signature:
public String UserAuthority { get; set; }

UserDisplayName

Display name of the user.

Signature:
public String UserDisplayName { get; set; }

UserId

User security ID.

Signature:
public String UserId { get; set; }

UserName

Name of the user.

Signature:
public String UserName { get; set; }