Table of Contents

Class ApprovalCompleted

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

Constructors

ApprovalCompleted(string, string)

public ApprovalCompleted(string status, string errors)

Parameters

status string
errors string

Properties

Errors

public string Errors { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string