Class GetApplicantStatusChangeRequest
Represents the a request for the GetApplicantStatusChange method.
Inheritance
System.Object
GetApplicantStatusChangeRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetApplicantStatusChangeRequest : ServiceRequest
Constructors
GetApplicantStatusChangeRequest()
Declaration
public GetApplicantStatusChangeRequest()
Properties
AdmissionRepIdList
Gets or sets the AdmissionRepIdList.
Declaration
public ICollection<int> AdmissionRepIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
ApplicationReceivedDateFrom
Gets or sets the ApplicationReceivedDateFrom.
Declaration
public DateTime? ApplicationReceivedDateFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ApplicationReceivedDateTo
Gets or sets the ApplicationReceivedDateTo.
Declaration
public DateTime? ApplicationReceivedDateTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CampusId
Gets or sets the CampusId.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ExpectedStartDateFrom
Gets or sets the ExpectedStartDateFrom.
Declaration
public DateTime? ExpectedStartDateFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ExpectedStartDateTo
Gets or sets the ExpectedStartDateTo.
Declaration
public DateTime? ExpectedStartDateTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LeadCategoryIdList
Gets or sets the LeadCategoryIdList.
Declaration
public ICollection<int> LeadCategoryIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
LeadSourceIdList
Gets or sets the LeadSourceIdList.
Declaration
public ICollection<int> LeadSourceIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
ProgramIdList
Gets or sets the ProgramIdList.
Declaration
public ICollection<int> ProgramIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
ProgramVersionIdList
Gets or sets the ProgramVersionIdList.
Declaration
public ICollection<int> ProgramVersionIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
ProspectDateFrom
Gets or sets the ProspectDateFrom.
Declaration
public DateTime? ProspectDateFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ProspectDateTo
Gets or sets the ProspectDateTo.
Declaration
public DateTime? ProspectDateTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
SchoolStatusId
Gets or sets the StudentStatus.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StateIdList
Gets or sets the StateIdList.
Declaration
public ICollection<int> StateIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
StudentGroupIdList
Gets or sets the StudentGroupIdList.
Declaration
public ICollection<int> StudentGroupIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
UserId
Gets or sets the UserId.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |