Class UpdateStudentAcademicYearForReentryRequest
The SaveStudentAcademicYearForReentryRequest represents the request Object for the SaveStudentAcademicYearForReentryRequest method of StudentAcademicYearService.
Inheritance
System.Object
UpdateStudentAcademicYearForReentryRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class UpdateStudentAcademicYearForReentryRequest : ServiceRequest
Constructors
UpdateStudentAcademicYearForReentryRequest()
Declaration
public UpdateStudentAcademicYearForReentryRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditHoursExpectedToComplete
Declaration
public decimal CreditHoursExpectedToComplete { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CreditHoursInAcademicYear
Declaration
public decimal CreditHoursInAcademicYear { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
HousingStatusCode
Declaration
public string HousingStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsReentryAcademicYear
Declaration
public bool IsReentryAcademicYear { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|