Class BatchProspectsAndApplicantsStatusChangeRequest
Represents the request for the BatchProspectsAndApplicantsStatusChange method.
Inheritance
System.Object
BatchProspectsAndApplicantsStatusChangeRequest
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class BatchProspectsAndApplicantsStatusChangeRequest : ServiceRequest
Constructors
BatchProspectsAndApplicantsStatusChangeRequest()
Declaration
public BatchProspectsAndApplicantsStatusChangeRequest()
Properties
AdmissionsRepId
Declaration
public int AdmissionsRepId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ApplicationReceivedDate
Declaration
public DateTime? ApplicationReceivedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentSchoolStatusId
Declaration
public int CurrentSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EffectiveDate
Used in "ATT", "NDS-ATT", "PROB", "NDS-PROB"
StatusDate control name in VB
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ExpectedStartDate
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsRemoveAssociation
Used in "NOSHOW", "CANCEL", "APPREJ", "ENRCAN", "NDS-NO", "NDS-CAN", "NDS-REJ"
Declaration
public bool? IsRemoveAssociation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
NewSchoolStatusId
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NewSystemSchoolStatusCategory
Declaration
public string NewSystemSchoolStatusCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
NewSystemSchoolStatusCode
Declaration
public string NewSystemSchoolStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusChangeReasonId
Declaration
public int SchoolStatusChangeReasonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|