Class ChangeApproval
- Namespace
- InSite.Application.Registrations.Write
- Assembly
- Shift.Sdk.dll
public class ChangeApproval : Command, ICommand
- Inheritance
-
ChangeApproval
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeApproval(Guid, string, string, ProcessState, string)
public ChangeApproval(Guid aggregate, string status, string reason, ProcessState process, string previous)
Parameters
aggregateGuidstatusstringreasonstringprocessProcessStatepreviousstring
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; }