Class FaShoppingSheetLoanOptionEntity
This class represents the EntityModel interface to the FaShoppingSheetLoanOptionsConfig database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaShoppingSheetLoanOptionEntity : Entity, IIdentifiable, IAuditable
Constructors
FaShoppingSheetLoanOptionEntity()
Declaration
public FaShoppingSheetLoanOptionEntity()
Fields
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
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 |
DirectSubLoanProperty
The DirectSubLoan property.
Declaration
public static readonly EntityProperty DirectSubLoanProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DirectUnsubLoanProperty
The DirectUnsubLoan property.
Declaration
public static readonly EntityProperty DirectUnsubLoanProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradInstLoanAmountProperty
The GradInstLoanAmount property.
Declaration
public static readonly EntityProperty GradInstLoanAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradPlusLoanAmountProperty
The GradPlusLoanAmount property.
Declaration
public static readonly EntityProperty GradPlusLoanAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradPrivateLoanProperty
The GradPrivateLoan property.
Declaration
public static readonly EntityProperty GradPrivateLoanProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HrsaLoanAmountProperty
The HrsaLoanAmount property.
Declaration
public static readonly EntityProperty HrsaLoanAmountProperty
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 |
InstitutionalLoanAmountProperty
The InstitutionalLoanAmount property.
Declaration
public static readonly EntityProperty InstitutionalLoanAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDirectSubLoanNaProperty
The IsDirectSubLoanNa property.
Declaration
public static readonly EntityProperty IsDirectSubLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDirectUnsubLoanNaProperty
The IsDirectUnsubLoanNa property.
Declaration
public static readonly EntityProperty IsDirectUnsubLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsGradInstLoanNaProperty
The IsGradInstLoanNa property.
Declaration
public static readonly EntityProperty IsGradInstLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsGradPlusLoanNaProperty
The IsGradPlusLoanNa property.
Declaration
public static readonly EntityProperty IsGradPlusLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsGradPrivateLoanNaProperty
The IsGradPrivateLoanNa property.
Declaration
public static readonly EntityProperty IsGradPrivateLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsHrsaLoanNaProperty
The IsHrsaLoanNa property.
Declaration
public static readonly EntityProperty IsHrsaLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsInstitutionalLoanNaProperty
The IsInstitutionalLoanNa property.
Declaration
public static readonly EntityProperty IsInstitutionalLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOtherAidNaProperty
The IsOtherAidNa property.
Declaration
public static readonly EntityProperty IsOtherAidNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsParentPlusLoanNaProperty
The IsParentPlusLoanNa property.
Declaration
public static readonly EntityProperty IsParentPlusLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPerkinsLoanNaProperty
The IsPerkinsLoanNa property.
Declaration
public static readonly EntityProperty IsPerkinsLoanNaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPrivateLoanNaProperty
The IsPrivateLoanNa property.
Declaration
public static readonly EntityProperty IsPrivateLoanNaProperty
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 |
OtherAidAmountProperty
The OtherAidAmount property.
Declaration
public static readonly EntityProperty OtherAidAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ParentPlusLoanAmountProperty
The ParentPlusLoanAmount property.
Declaration
public static readonly EntityProperty ParentPlusLoanAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PerkinsLoanProperty
The PerkinsLoan property.
Declaration
public static readonly EntityProperty PerkinsLoanProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrivateLoanAmountProperty
The PrivateLoanAmount property.
Declaration
public static readonly EntityProperty PrivateLoanAmountProperty
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 |
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
CampusId
Gets or sets the CampusId associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DirectSubLoan
Gets or sets the DirectSubLoan associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? DirectSubLoan { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DirectSubLoan. |
DirectUnsubLoan
Gets or sets the DirectUnsubLoan associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? DirectUnsubLoan { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DirectUnsubLoan. |
GradInstLoanAmount
Gets or sets the GradInstLoanAmount associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? GradInstLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradInstLoanAmount. |
GradPlusLoanAmount
Gets or sets the GradPlusLoanAmount associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? GradPlusLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradPlusLoanAmount. |
GradPrivateLoan
Gets or sets the GradPrivateLoan associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? GradPrivateLoan { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradPrivateLoan. |
HrsaLoanAmount
Gets or sets the HrsaLoanAmount associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? HrsaLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The HrsaLoanAmount. |
Id
Gets or sets the Id associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstitutionalLoanAmount
Gets or sets the InstitutionalLoanAmount associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? InstitutionalLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InstitutionalLoanAmount. |
IsDirectSubLoanNa
Gets or sets the IsDirectSubLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsDirectSubLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDirectSubLoanNa. |
IsDirectUnsubLoanNa
Gets or sets the IsDirectUnsubLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsDirectUnsubLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDirectUnsubLoanNa. |
IsGradePlusLoanNa
Declaration
[Obsolete("Do not use. Use IsGradPluaLoanNa instead")]
public bool IsGradePlusLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGradInstLoanNa
Gets or sets the IsGradInstLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsGradInstLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGradInstLoanNa. |
IsGradPlusLoanNa
Gets or sets the IsGradPlusLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsGradPlusLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGradPlusLoanNa. |
IsGradPrivateLoanNa
Gets or sets the IsGradPrivateLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsGradPrivateLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGradPrivateLoanNa. |
IsHrsaLoanNa
Gets or sets the IsHrsaLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsHrsaLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHrsaLoanNa. |
IsInstitutionalLoanNa
Gets or sets the IsInstitutionalLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsInstitutionalLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsInstitutionalLoanNa. |
IsOtherAidNa
Gets or sets the IsOtherAidNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsOtherAidNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOtherAidNa. |
IsParentPlusLoanNa
Gets or sets the IsParentPlusLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsParentPlusLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsParentPlusLoanNa. |
IsPerkinsLoanNa
Gets or sets the IsPerkinsLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsPerkinsLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPerkinsLoanNa. |
IsPrivateLoanNa
Gets or sets the IsPrivateLoanNa associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public bool IsPrivateLoanNa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrivateLoanNa. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OtherAidAmount
Gets or sets the OtherAidAmount associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? OtherAidAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OtherAidAmount. |
ParentPlusLoanAmount
Gets or sets the ParentPlusLoanAmount associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? ParentPlusLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ParentPlusLoanAmount. |
PerkinsLoan
Gets or sets the PerkinsLoan associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? PerkinsLoan { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PerkinsLoan. |
PrivateLoanAmount
Gets or sets the PrivateLoanAmount associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public decimal? PrivateLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PrivateLoanAmount. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionId. |
RowVersion
Gets or sets the RowVersion associated with this FaShoppingSheetLoanOptionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()