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, IAuditableConstructors
DefaultRateTrailerEntity()
Declaration
public DefaultRateTrailerEntity()Fields
ActualDenominatorCountProperty
The ActualDenominatorCount property.
Declaration
public static readonly EntityProperty ActualDenominatorCountPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ActualNumeratorCountProperty
The ActualNumeratorCount property.
Declaration
public static readonly EntityProperty ActualNumeratorCountPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
AppealedRateFlagProperty
The AppealedRateFlag property.
Declaration
public static readonly EntityProperty AppealedRateFlagPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CohortYearProperty
The CohortYear property.
Declaration
public static readonly EntityProperty CohortYearPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
DefaultRateHeaderIdProperty
The DefaultRateHeaderId property.
Declaration
public static readonly EntityProperty DefaultRateHeaderIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
InterestBalanceAtDefaultProperty
The InterestBalanceAtDefault property.
Declaration
public static readonly EntityProperty InterestBalanceAtDefaultPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
InterestBalanceAtRepaymentProperty
The InterestBalanceAtRepayment property.
Declaration
public static readonly EntityProperty InterestBalanceAtRepaymentPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
OfficialRateProperty
The OfficialRate property.
Declaration
public static readonly EntityProperty OfficialRatePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
PrincipalBalanceAtDefaultProperty
The PrincipalBalanceAtDefault property.
Declaration
public static readonly EntityProperty PrincipalBalanceAtDefaultPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
PrincipalBalanceAtRepaymentProperty
The PrincipalBalanceAtRepayment property.
Declaration
public static readonly EntityProperty PrincipalBalanceAtRepaymentPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ReportDenominatorCountProperty
The ReportDenominatorCount property.
Declaration
public static readonly EntityProperty ReportDenominatorCountPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ReportNumeratorCountProperty
The ReportNumeratorCount property.
Declaration
public static readonly EntityProperty ReportNumeratorCountPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
SchoolCodeProperty
The SchoolCode property.
Declaration
public static readonly EntityProperty SchoolCodePropertyField 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()