Class GetPendingApplicantRequest
Represents the a request for the GetPendingApplicant method.
Inheritance
System.Object
GetPendingApplicantRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetPendingApplicantRequest : ServiceRequest
Constructors
GetPendingApplicantRequest()
Declaration
public GetPendingApplicantRequest()
Properties
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |