Class GetApplicantStatusChangeResponse
Represents the response for the GetApplicantStatusChange method.
Inheritance
System.Object
GetApplicantStatusChangeResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetApplicantStatusChangeResponse : ServiceResponse
Constructors
GetApplicantStatusChangeResponse()
Declaration
public GetApplicantStatusChangeResponse()
Properties
ApplicantStatusChangeList
Gets or sets the ApplicantStatusChangeList properties.
Declaration
public List<ApplicantStatusChange> ApplicantStatusChangeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ApplicantStatusChange> |