Table of Contents

Class AssessmentSelectionCompleted

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

Constructors

AssessmentSelectionCompleted(string, string)

public AssessmentSelectionCompleted(string status, string reason)

Parameters

status string
reason string

Properties

Reason

public string Reason { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string