Table of Contents

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

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