Table of Contents

Class ApprovalChanged

Namespace
InSite.Domain.Registrations
Assembly
Shift.Sdk.dll
public class ApprovalChanged : Change, IChange
Inheritance
ApprovalChanged
Implements
Inherited Members
Extension Methods

Constructors

ApprovalChanged(string, string, ProcessState, string)

public ApprovalChanged(string status, string reason, ProcessState process, string previous)

Parameters

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