Class EligibilityChanged
- Namespace
- InSite.Domain.Registrations
- Assembly
- Shift.Sdk.dll
public class EligibilityChanged : Change, IChange
- Inheritance
-
EligibilityChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
EligibilityChanged(string, string, ProcessState)
public EligibilityChanged(string status, string reason, ProcessState process)
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; }