Table of Contents

Class ChangeEligibility

Namespace
InSite.Application.Registrations.Write
Assembly
Shift.Sdk.dll
public class ChangeEligibility : Command, ICommand
Inheritance
ChangeEligibility
Implements
Inherited Members
Extension Methods

Constructors

ChangeEligibility(Guid, string, string, ProcessState)

public ChangeEligibility(Guid aggregate, string status, string reason, ProcessState process = null)

Parameters

aggregate Guid
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