Class EnrollStudentRequest
Represents the StudentEnrollmentPeriodEntityServiceRequestRequest service request.
Inheritance
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class EnrollStudentRequest : EntityServiceRequest<StudentEnrollmentPeriodEntity>
Constructors
EnrollStudentRequest(StudentEnrollmentPeriodEntity)
Declaration
public EnrollStudentRequest(StudentEnrollmentPeriodEntity entity)
Parameters
Type | Name | Description |
---|---|---|
StudentEnrollmentPeriodEntity | entity |
Properties
FaaNotificationMessage
FAA Notification Staff Id.
Declaration
public string FaaNotificationMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaaNotificationStaffId
FAA Notification Staff Id.
Declaration
public int FaaNotificationStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsBillMethodChange
Is Bill Method change
Declaration
public bool IsBillMethodChange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBudgetApplicable
Is Budget Applicable or not
Declaration
public bool IsBudgetApplicable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCatalogYearChanged
In student enrollment edit if catalog is changed, it will be set to true and later it will be used for updating catalog change logic in saved event.
Declaration
public bool IsCatalogYearChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsChangeDateApplicable
Program type
Declaration
public bool IsChangeDateApplicable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDegreeProgramType
Program type
Declaration
public bool IsDegreeProgramType { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGraduationDateChanged
In student enrollment edit if graduation date is changed, it will be set to true and later it will be used for updating graduation date logic in saved event.
Declaration
public bool IsGraduationDateChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOverriddeEnrollmentStatusCategory
Is Overridde Enrollment Status Category
Declaration
public bool IsOverriddeEnrollmentStatusCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReEntryApplicable
Program type
Declaration
public bool IsReEntryApplicable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LoaPreviousSchoolStatusId
Loa previous school status Id. It will used for getiing school status change record in saved event for LOA dates.
Declaration
public int LoaPreviousSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LoaReturn
Loa return date
Declaration
public DateTime? LoaReturn { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LoaStart
Loa begin date
Declaration
public DateTime? LoaStart { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PreviousBillingMethodId
Previous Billing Method.
Declaration
public int? PreviousBillingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PreviousGraduationDate
Previoud graduation date,It will be used for saving in saved event.
Declaration
public DateTime? PreviousGraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PreviousProgramVersionId
Previous program version Id. It will used for validate while change date event.
Declaration
public int PreviousProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreviousSchoolStatusId
Previous School Status Id. Will be used while doing re-enroll .
Declaration
public int PreviousSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreviousStudentEnrollmentPeriodId
Previous Student Enrollment Period Id.
Declaration
public int? PreviousStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PreviousSystemSchoolStatusId
Previous System School Status Id. Will be used while doing re-enroll .
Declaration
public int PreviousSystemSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgramVersionAreaOfStudyConfigList
Program Version AreaOfStudy ConfigList
Declaration
public List<SavedProgramVersionAreaOfStudyConfigList> ProgramVersionAreaOfStudyConfigList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SavedProgramVersionAreaOfStudyConfigList> |