Table of Contents

Class ChangeGrading

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

Constructors

ChangeGrading(Guid, string, string, ProcessState)

public ChangeGrading(Guid aggregate, string status, string reason, ProcessState process)

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