Class DefaultRateTrailer
This class represents the EntityModel interface to the FaDefaultRateTrailer database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DefaultRateTrailer
Constructors
DefaultRateTrailer()
Declaration
public DefaultRateTrailer()
Properties
ActualDenominatorCount
Gets or sets the ActualDenominatorCount associated with this DefaultRateTrailer.
Declaration
public int? ActualDenominatorCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ActualDenominatorCount. |
ActualNumeratorCount
Gets or sets the ActualNumeratorCount associated with this DefaultRateTrailer.
Declaration
public int? ActualNumeratorCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ActualNumeratorCount. |
AppealedRateFlag
Gets or sets the AppealedRateFlag associated with this DefaultRateTrailer.
Declaration
public string AppealedRateFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AppealedRateFlag. |
CohortYear
Gets or sets the CohortYear associated with this DefaultRateTrailer.
Declaration
public string CohortYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CohortYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DefaultRateTrailer.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultRateHeaderId
Gets or sets the DefaultRateHeaderId associated with this DefaultRateTrailer.
Declaration
public int DefaultRateHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DefaultRateHeaderId. |
Id
Gets or sets the Id associated with this DefaultRateTrailer.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestBalanceAtDefault
Gets or sets the InterestBalanceAtDefault associated with this DefaultRateTrailer.
Declaration
public decimal? InterestBalanceAtDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestBalanceAtDefault. |
InterestBalanceAtRepayment
Gets or sets the InterestBalanceAtRepayment associated with this DefaultRateTrailer.
Declaration
public decimal? InterestBalanceAtRepayment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestBalanceAtRepayment. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DefaultRateTrailer.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DefaultRateTrailer.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OfficialRate
Gets or sets the OfficialRate associated with this DefaultRateTrailer.
Declaration
public string OfficialRate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OfficialRate. |
PrincipalBalanceAtDefault
Gets or sets the PrincipalBalanceAtDefault associated with this DefaultRateTrailer.
Declaration
public decimal? PrincipalBalanceAtDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PrincipalBalanceAtDefault. |
PrincipalBalanceAtRepayment
Gets or sets the PrincipalBalanceAtRepayment associated with this DefaultRateTrailer.
Declaration
public decimal? PrincipalBalanceAtRepayment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PrincipalBalanceAtRepayment. |
ReportDenominatorCount
Gets or sets the ReportDenominatorCount associated with this DefaultRateTrailer.
Declaration
public int? ReportDenominatorCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReportDenominatorCount. |
ReportNumeratorCount
Gets or sets the ReportNumeratorCount associated with this DefaultRateTrailer.
Declaration
public int? ReportNumeratorCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReportNumeratorCount. |
SchoolCode
Gets or sets the SchoolCode associated with this DefaultRateTrailer.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
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. |