Class CfpWorkStudyDetailEntity
This class represents the EntityModel interface to the FaCfpWorkStudyConfig_Regulatory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CfpWorkStudyDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
CfpWorkStudyDetailEntity()
Declaration
public CfpWorkStudyDetailEntity()
Fields
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
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 |
GradAssistantshipAmountProperty
The GradAssistantshipAmount property.
Declaration
public static readonly EntityProperty GradAssistantshipAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradHoursPerWeekProperty
The GradHoursPerWeek property.
Declaration
public static readonly EntityProperty GradHoursPerWeekProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradIsaMaxAmountProperty
The GradIsaMaxAmount property.
Declaration
public static readonly EntityProperty GradIsaMaxAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradIsaNumberOfMonthsProperty
The GradIsaNumberOfMonths property.
Declaration
public static readonly EntityProperty GradIsaNumberOfMonthsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradIsaPercentOfIncomeProperty
The GradIsaPercentOfIncome property.
Declaration
public static readonly EntityProperty GradIsaPercentOfIncomeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradVaEducationBenefitDecimalProperty
The GradVaEducationBenefitDecimal property.
Declaration
public static readonly EntityProperty GradVaEducationBenefitDecimalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradWorkStudyAmountProperty
The GradWorkStudyAmount property.
Declaration
public static readonly EntityProperty GradWorkStudyAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursPerWeekProperty
The HoursPerWeek property.
Declaration
public static readonly EntityProperty HoursPerWeekProperty
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 |
IsaMaxAmountProperty
The IsaMaxAmount property.
Declaration
public static readonly EntityProperty IsaMaxAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsaNumberOfMonthsProperty
The IsaNumberOfMonths property.
Declaration
public static readonly EntityProperty IsaNumberOfMonthsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsaPercentOfIncomeProperty
The IsaPercentOfIncome property.
Declaration
public static readonly EntityProperty IsaPercentOfIncomeProperty
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 |
OtherJobProperty
The OtherJob property.
Declaration
public static readonly EntityProperty OtherJobProperty
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 |
VaEducationBenefitDecimalProperty
The VaEducationBenefitDecimal property.
Declaration
public static readonly EntityProperty VaEducationBenefitDecimalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkStudyAmountProperty
The WorkStudyAmount property.
Declaration
public static readonly EntityProperty WorkStudyAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this CfpWorkStudyDetailEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CfpWorkStudyDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GradAssistantshipAmount
Gets or sets the GradAssistantshipAmount associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? GradAssistantshipAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradAssistantshipAmount. |
GradHoursPerWeek
Gets or sets the GradHoursPerWeek associated with this CfpWorkStudyDetailEntity.
Declaration
public int? GradHoursPerWeek { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradHoursPerWeek. |
GradIsaMaxAmount
Gets or sets the GradIsaMaxAmount associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? GradIsaMaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradIsaMaxAmount. |
GradIsaNumberOfMonths
Gets or sets the GradIsaNumberOfMonths associated with this CfpWorkStudyDetailEntity.
Declaration
public int? GradIsaNumberOfMonths { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradIsaNumberOfMonths. |
GradIsaPercentOfIncome
Gets or sets the GradIsaPercentOfIncome associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? GradIsaPercentOfIncome { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradIsaPercentOfIncome. |
GradVaEducationBenefit
Declaration
[Obsolete("Do not use. Use GradVaEducationBenefitDecimal instead.")]
public int? GradVaEducationBenefit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
GradVaEducationBenefitDecimal
Gets or sets the GradVaEducationBenefitDecimal associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? GradVaEducationBenefitDecimal { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradVaEducationBenefitDecimal. |
GradWorkStudyAmount
Gets or sets the GradWorkStudyAmount associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? GradWorkStudyAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradWorkStudyAmount. |
HoursPerWeek
Gets or sets the HoursPerWeek associated with this CfpWorkStudyDetailEntity.
Declaration
public int HoursPerWeek { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HoursPerWeek. |
Id
Gets or sets the Id associated with this CfpWorkStudyDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsaMaxAmount
Gets or sets the IsaMaxAmount associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? IsaMaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The IsaMaxAmount. |
IsaNumberOfMonths
Gets or sets the IsaNumberOfMonths associated with this CfpWorkStudyDetailEntity.
Declaration
public int? IsaNumberOfMonths { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The IsaNumberOfMonths. |
IsaPercentOfIncome
Gets or sets the IsaPercentOfIncome associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? IsaPercentOfIncome { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The IsaPercentOfIncome. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CfpWorkStudyDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CfpWorkStudyDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OtherJob
Gets or sets the OtherJob associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? OtherJob { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OtherJob. |
RowVersion
Gets or sets the RowVersion associated with this CfpWorkStudyDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
VaEducationBenefit
Declaration
[Obsolete("Do not use. Use VaEducationBenefitDecimal instead.")]
public int? VaEducationBenefit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
VaEducationBenefitDecimal
Gets or sets the VaEducationBenefitDecimal associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? VaEducationBenefitDecimal { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The VaEducationBenefitDecimal. |
WorkStudyAmount
Gets or sets the WorkStudyAmount associated with this CfpWorkStudyDetailEntity.
Declaration
public decimal? WorkStudyAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The WorkStudyAmount. |
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()