Class FafsaTaxEstimate
This class represents the EntityModel interface to the FaFafsaTaxCalc database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FafsaTaxEstimate
Constructors
FafsaTaxEstimate()
Declaration
public FafsaTaxEstimate()
Properties
AwardYear
Gets or sets the AwardYear associated with this FafsaTaxEstimate.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
FillingStatus
Gets or sets the FillingStatus associated with this FafsaTaxEstimate.
Declaration
public string FillingStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FillingStatus. |
Id
Gets or sets the Id associated with this FafsaTaxEstimate.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LowWage
Gets or sets the LowWage associated with this FafsaTaxEstimate.
Declaration
public decimal? LowWage { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The LowWage. |
MinimumTax
Gets or sets the MinimumTax associated with this FafsaTaxEstimate.
Declaration
public decimal? MinimumTax { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumTax. |
OverageTaxRate
Gets or sets the OverageTaxRate associated with this FafsaTaxEstimate.
Declaration
public decimal? OverageTaxRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OverageTaxRate. |
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. |