Class SaveStudentAwardYearEstimateAidRequest
Inheritance
System.Object
SaveStudentAwardYearEstimateAidRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentAwardYearEstimateAidRequest : ServiceRequest
Constructors
SaveStudentAwardYearEstimateAidRequest()
Declaration
public SaveStudentAwardYearEstimateAidRequest()
Properties
campusId
Declaration
public int campusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CostOfAttendance
Declaration
public decimal CostOfAttendance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
DependencyStatus
Declaration
public string DependencyStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
DoeCode
Declaration
public byte? DoeCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Byte> |
|
EstimatedEfcFirstAwardYear
Declaration
public decimal EstimatedEfcFirstAwardYear { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
GradeLevelId
Declaration
public int GradeLevelId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
isTeachGrantMessageDisplayed
Declaration
public bool isTeachGrantMessageDisplayed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentAwardEstimateEntity
Gets or sets the StudentAwardPellEstimateEntity properties.
Declaration
public StudentAwardEstimateEntity StudentAwardEstimateEntity { get; set; }
Property Value