AuditIncidentResolution

Information to resolve an incident.

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

Properties

IncidentId

Id of the audit incident being resolved.

Signature:
public Int32 IncidentId { get; set; }

ResolutionOpinion

Resolution opinion.

Signature:
public String ResolutionOpinion { get; set; }