Class CfpWorkStudyDetail
This class represents the EntityModel interface to the FaCfpWorkStudyConfig_Regulatory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CfpWorkStudyDetail
Constructors
CfpWorkStudyDetail()
Declaration
public CfpWorkStudyDetail()
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this CfpWorkStudyDetail.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CfpWorkStudyDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GradAssistantshipAmount
Gets or sets the GradAssistantshipAmount associated with this CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
Declaration
public int HoursPerWeek { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HoursPerWeek. |
Id
Gets or sets the Id associated with this CfpWorkStudyDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsaMaxAmount
Gets or sets the IsaMaxAmount associated with this CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CfpWorkStudyDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OtherJob
Gets or sets the OtherJob associated with this CfpWorkStudyDetail.
Declaration
public decimal? OtherJob { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OtherJob. |
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 CfpWorkStudyDetail.
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 CfpWorkStudyDetail.
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()
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. |