Class SaveStudentProgressionRequest
Inheritance
System.Object
SaveStudentProgressionRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentProgressionRequest : ServiceRequest
Constructors
SaveStudentProgressionRequest()
Declaration
public SaveStudentProgressionRequest()
Properties
AutoAdjustAcademicYearAndLoanPeriod
Declaration
public bool AutoAdjustAcademicYearAndLoanPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DoNotSetCommandTimeOut
Declaration
public bool DoNotSetCommandTimeOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UpdateAcademicYear
Declaration
public bool UpdateAcademicYear { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UpdateExternship
Declaration
public bool UpdateExternship { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UpdateGraduation
Declaration
public bool UpdateGraduation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UpdateHousing
Declaration
public bool UpdateHousing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UpdateLoanPeriod
Declaration
public bool UpdateLoanPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|