Class ApprovalChanged
- Namespace
- InSite.Domain.Registrations
- Assembly
- Shift.Sdk.dll
public class ApprovalChanged : Change, IChange
- Inheritance
-
ApprovalChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
ApprovalChanged(string, string, ProcessState, string)
public ApprovalChanged(string status, string reason, ProcessState process, string previous)
Parameters
statusstringreasonstringprocessProcessStatepreviousstring
Properties
PreviousStatus
public string PreviousStatus { get; set; }
Property Value
Process
public ProcessState Process { get; set; }
Property Value
Reason
public string Reason { get; set; }
Property Value
Status
public string Status { get; set; }