Class ChangeGrading
- Namespace
- InSite.Application.Registrations.Write
- Assembly
- Shift.Sdk.dll
public class ChangeGrading : Command, ICommand
- Inheritance
-
ChangeGrading
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeGrading(Guid, string, string, ProcessState)
public ChangeGrading(Guid aggregate, string status, string reason, ProcessState process)
Parameters
aggregateGuidstatusstringreasonstringprocessProcessState
Properties
Process
public ProcessState Process { get; set; }
Property Value
Reason
public string Reason { get; set; }
Property Value
Status
public string Status { get; set; }