Table of Contents

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

status string
reason string
process ProcessState

Properties

Process

public ProcessState Process { get; set; }

Property Value

ProcessState

Reason

public string Reason { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string