Class DefaultRateTrailerEntity
This class represents the EntityModel interface to the FaDefaultRateTrailer database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DefaultRateTrailerEntity : Entity, IIdentifiable, IAuditable
Constructors
DefaultRateTrailerEntity()
Declaration
public DefaultRateTrailerEntity()
Fields
ActualDenominatorCountProperty
The ActualDenominatorCount property.
Declaration
public static readonly EntityProperty ActualDenominatorCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ActualNumeratorCountProperty
The ActualNumeratorCount property.
Declaration
public static readonly EntityProperty ActualNumeratorCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AppealedRateFlagProperty
The AppealedRateFlag property.
Declaration
public static readonly EntityProperty AppealedRateFlagProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CohortYearProperty
The CohortYear property.
Declaration
public static readonly EntityProperty CohortYearProperty
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 |
DefaultRateHeaderIdProperty
The DefaultRateHeaderId property.
Declaration
public static readonly EntityProperty DefaultRateHeaderIdProperty
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 |
InterestBalanceAtDefaultProperty
The InterestBalanceAtDefault property.
Declaration
public static readonly EntityProperty InterestBalanceAtDefaultProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InterestBalanceAtRepaymentProperty
The InterestBalanceAtRepayment property.
Declaration
public static readonly EntityProperty InterestBalanceAtRepaymentProperty
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 |
OfficialRateProperty
The OfficialRate property.
Declaration
public static readonly EntityProperty OfficialRateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrincipalBalanceAtDefaultProperty
The PrincipalBalanceAtDefault property.
Declaration
public static readonly EntityProperty PrincipalBalanceAtDefaultProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrincipalBalanceAtRepaymentProperty
The PrincipalBalanceAtRepayment property.
Declaration
public static readonly EntityProperty PrincipalBalanceAtRepaymentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReportDenominatorCountProperty
The ReportDenominatorCount property.
Declaration
public static readonly EntityProperty ReportDenominatorCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReportNumeratorCountProperty
The ReportNumeratorCount property.
Declaration
public static readonly EntityProperty ReportNumeratorCountProperty
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 |
SchoolCodeProperty
The SchoolCode property.
Declaration
public static readonly EntityProperty SchoolCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ActualDenominatorCount
Gets or sets the ActualDenominatorCount associated with this DefaultRateTrailerEntity.
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 DefaultRateTrailerEntity.
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 DefaultRateTrailerEntity.
Declaration
public string AppealedRateFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AppealedRateFlag. |
CohortYear
Gets or sets the CohortYear associated with this DefaultRateTrailerEntity.
Declaration
public string CohortYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CohortYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DefaultRateTrailerEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultRateHeaderId
Gets or sets the DefaultRateHeaderId associated with this DefaultRateTrailerEntity.
Declaration
public int DefaultRateHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DefaultRateHeaderId. |
Id
Gets or sets the Id associated with this DefaultRateTrailerEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestBalanceAtDefault
Gets or sets the InterestBalanceAtDefault associated with this DefaultRateTrailerEntity.
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 DefaultRateTrailerEntity.
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 DefaultRateTrailerEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DefaultRateTrailerEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OfficialRate
Gets or sets the OfficialRate associated with this DefaultRateTrailerEntity.
Declaration
public string OfficialRate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OfficialRate. |
PrincipalBalanceAtDefault
Gets or sets the PrincipalBalanceAtDefault associated with this DefaultRateTrailerEntity.
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 DefaultRateTrailerEntity.
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 DefaultRateTrailerEntity.
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 DefaultRateTrailerEntity.
Declaration
public int? ReportNumeratorCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReportNumeratorCount. |
RowVersion
Gets or sets the RowVersion associated with this DefaultRateTrailerEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolCode
Gets or sets the SchoolCode associated with this DefaultRateTrailerEntity.
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()