Class PellAwardAmountGrid
This class represents the EntityModel interface to the FaAwardYearPellGrid database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PellAwardAmountGrid
Constructors
PellAwardAmountGrid()
Declaration
public PellAwardAmountGrid()
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this PellAwardAmountGrid.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
EnrollmentStatus
Gets or sets the EnrollmentStatus associated with this PellAwardAmountGrid.
Declaration
public string EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatus. |
HighCostOfAttendance
Gets or sets the HighCostOfAttendance associated with this PellAwardAmountGrid.
Declaration
public decimal HighCostOfAttendance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HighCostOfAttendance. |
HighEfc
Gets or sets the HighEfc associated with this PellAwardAmountGrid.
Declaration
public decimal HighEfc { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HighEfc. |
Id
Gets or sets the Id associated with this PellAwardAmountGrid.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCareerPathwayAlternativePell
Gets or sets the IsCareerPathwayAlternativePell associated with this PellAwardAmountGrid.
Declaration
public bool IsCareerPathwayAlternativePell { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCareerPathwayAlternativePell. |
LowCostOfAttendance
Gets or sets the LowCostOfAttendance associated with this PellAwardAmountGrid.
Declaration
public decimal LowCostOfAttendance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LowCostOfAttendance. |
LowEfc
Gets or sets the LowEfc associated with this PellAwardAmountGrid.
Declaration
public decimal LowEfc { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LowEfc. |
PellAmount
Gets or sets the PellAmount associated with this PellAwardAmountGrid.
Declaration
public decimal PellAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PellAmount. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |