Class GetPendingApplicantResponse
Represents the response for the GetPendingApplicant method.
Inheritance
System.Object
GetPendingApplicantResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetPendingApplicantResponse : ServiceResponse
Constructors
GetPendingApplicantResponse()
Declaration
public GetPendingApplicantResponse()
Properties
PendingApplicantList
Declaration
public List<PendingApplicant> PendingApplicantList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PendingApplicant> |