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
Properties
Errors
public string[] Errors { get; set; }
Property Value
- string[]
Indicator
public string Indicator { get; set; }
Property Value
Status
public string Status { get; set; }