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