AuditIncidentDto

DTO for transfer audit incident information.

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

Properties

AuditId

Related audit record.

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

CreationTime

Creation date and time.

Signature:
public DateTime CreationTime { get; set; }

Data

Incident internal data.

Signature:
public AuditIncidentData Data { get; set; }

Id

Audit incident Id.

Signature:
public Int32 Id { get; set; }

Kind

Audit incident kind.

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; }