Class FaShoppingSheetCost
This class represents the EntityModel interface to the FaShoppingSheetCostsConfig database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaShoppingSheetCost
Constructors
FaShoppingSheetCost()
Declaration
public FaShoppingSheetCost()
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this FaShoppingSheetCost.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
BooksSupplies
Gets or sets the BooksSupplies associated with this FaShoppingSheetCost.
Declaration
public decimal? BooksSupplies { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BooksSupplies. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this FaShoppingSheetCost.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaShoppingSheetCost.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HousingMeals
Gets or sets the HousingMeals associated with this FaShoppingSheetCost.
Declaration
public decimal? HousingMeals { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The HousingMeals. |
Id
Gets or sets the Id associated with this FaShoppingSheetCost.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHousingAndMealsNa
Gets or sets the IsHousingAndMealsNa associated with this FaShoppingSheetCost.
Declaration
public bool IsHousingAndMealsNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHousingAndMealsNa. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaShoppingSheetCost.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaShoppingSheetCost.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OffCampusHousingAmount
Gets or sets the OffCampusHousingAmount associated with this FaShoppingSheetCost.
Declaration
public decimal? OffCampusHousingAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OffCampusHousingAmount. |
OtherCosts
Gets or sets the OtherCosts associated with this FaShoppingSheetCost.
Declaration
public decimal? OtherCosts { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OtherCosts. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this FaShoppingSheetCost.
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionId. |
Transportation
Gets or sets the Transportation associated with this FaShoppingSheetCost.
Declaration
public decimal? Transportation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Transportation. |
TuitionFees
Gets or sets the TuitionFees associated with this FaShoppingSheetCost.
Declaration
public decimal? TuitionFees { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TuitionFees. |
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. |