Class FaShoppingSheetCostEntity
This class represents the EntityModel interface to the FaShoppingSheetCostsConfig database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaShoppingSheetCostEntity : Entity, IIdentifiable, IAuditable
Constructors
FaShoppingSheetCostEntity()
Declaration
public FaShoppingSheetCostEntity()
Fields
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BooksSuppliesProperty
The BooksSupplies property.
Declaration
public static readonly EntityProperty BooksSuppliesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingMealsProperty
The HousingMeals property.
Declaration
public static readonly EntityProperty HousingMealsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsHousingAndMealsNaProperty
The IsHousingAndMealsNa property.
Declaration
public static readonly EntityProperty IsHousingAndMealsNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OffCampusHousingAmountProperty
The OffCampusHousingAmount property.
Declaration
public static readonly EntityProperty OffCampusHousingAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OtherCostsProperty
The OtherCosts property.
Declaration
public static readonly EntityProperty OtherCostsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransportationProperty
The Transportation property.
Declaration
public static readonly EntityProperty TransportationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TuitionFeesProperty
The TuitionFees property.
Declaration
public static readonly EntityProperty TuitionFeesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this FaShoppingSheetCostEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
BooksSupplies
Gets or sets the BooksSupplies associated with this FaShoppingSheetCostEntity.
Declaration
public decimal? BooksSupplies { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BooksSupplies. |
CampusId
Gets or sets the CampusId associated with this FaShoppingSheetCostEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaShoppingSheetCostEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HousingMeals
Gets or sets the HousingMeals associated with this FaShoppingSheetCostEntity.
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 FaShoppingSheetCostEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHousingAndMealsNa
Gets or sets the IsHousingAndMealsNa associated with this FaShoppingSheetCostEntity.
Declaration
public bool IsHousingAndMealsNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHousingAndMealsNa. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaShoppingSheetCostEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaShoppingSheetCostEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OffCampusHousingAmount
Gets or sets the OffCampusHousingAmount associated with this FaShoppingSheetCostEntity.
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 FaShoppingSheetCostEntity.
Declaration
public decimal? OtherCosts { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OtherCosts. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this FaShoppingSheetCostEntity.
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionId. |
RowVersion
Gets or sets the RowVersion associated with this FaShoppingSheetCostEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Transportation
Gets or sets the Transportation associated with this FaShoppingSheetCostEntity.
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 FaShoppingSheetCostEntity.
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()