Class EnrollmentStatusChangeRequest
Represents the StudentEnrollmentPeriodEntity EnrollmentStatusChangeRequest.
Inheritance
System.Object
EnrollmentStatusChangeRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class EnrollmentStatusChangeRequest : ServiceRequest
Constructors
EnrollmentStatusChangeRequest()
Declaration
public EnrollmentStatusChangeRequest()
Properties
BeginDate
Declaration
public DateTime? BeginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DeleteCourseAssociation
Declaration
public bool DeleteCourseAssociation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DeletePendingChanges
Declaration
public bool DeletePendingChanges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DeterminationDate
Declaration
public DateTime? DeterminationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EffectiveDate
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GraduationDate
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsOfficialWithdrawal
Declaration
public bool IsOfficialWithdrawal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastAttendedDate
Declaration
public DateTime? LastAttendedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NewSchoolStatusId
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
OverrideSapEnrollmentLinking
Declaration
public bool OverrideSapEnrollmentLinking { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideStatusChangeDays
Declaration
public bool OverrideStatusChangeDays { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveAttendanceBackToLastAttendedDate
Declaration
public bool RemoveAttendanceBackToLastAttendedDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReturnDate
Declaration
public DateTime? ReturnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
SchoolStatusChangeReasonId
Declaration
public int? SchoolStatusChangeReasonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UseEnrollmentGraduationDate
Declaration
public bool UseEnrollmentGraduationDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WithdrawalDate
Declaration
public DateTime? WithdrawalDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|