Table of Contents

Class CandidateStatusAssigned

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

Constructors

CandidateStatusAssigned(string, string, string[])

public CandidateStatusAssigned(string status, string indicator, string[] errors)

Parameters

status string
indicator string
errors string[]

Properties

Errors

public string[] Errors { get; set; }

Property Value

string[]

Indicator

public string Indicator { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string