Table of Contents

Class ChangeApproval

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

Constructors

ChangeApproval(Guid, string, string, ProcessState, string)

public ChangeApproval(Guid aggregate, string status, string reason, ProcessState process, string previous)

Parameters

aggregate Guid
status string
reason string
process ProcessState
previous string

Properties

PreviousStatus

public string PreviousStatus { get; set; }

Property Value

string

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