Class BatchStatusChangeRequest
Represents the request for the BatchStatusChange method.
Inheritance
System.Object
BatchStatusChangeRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchStatusChangeRequest : ServiceRequest
Constructors
BatchStatusChangeRequest()
Declaration
public BatchStatusChangeRequest()
Properties
BeginDate
Declaration
public DateTime? BeginDate { 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 |
|
DateOfDetermination
Used in "DROP", "NDS-DROP"
Declaration
public DateTime? DateOfDetermination { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
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> |
|
EnrollmentId
Declaration
public int EnrollmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GraduateDate
Used in "REENTRY", "NDS-RE"
Declaration
public DateTime? GraduateDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsDeletePendingCharges
Used in "NOSHOW", "CANCEL", "APPREJ", "ENRCAN", "NDS-NO", "NDS-CAN", "NDS-REJ"
Declaration
public bool IsDeletePendingCharges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsLdaUsed
Declaration
public bool IsLdaUsed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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> |
|
IsUseGraduateDate
Used in "GRAD", "COMPLETE", "NDS-COMP"
Declaration
public bool IsUseGraduateDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Lda
Declaration
public DateTime? Lda { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MasterHoldSudent
Declaration
public string MasterHoldSudent { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
ReasonId
Declaration
public int ReasonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReEntryDate
Used in "REENTRY", "NDS-RE"
StatusDate control name in VB
Declaration
public DateTime? ReEntryDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ReturnDate
Declaration
public DateTime? ReturnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|