Class StudentAwardPaymentPlanHistoryDetailEntity
This class represents the EntityModel interface to the FaStudentAidCashPlanHistory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardPaymentPlanHistoryDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardPaymentPlanHistoryDetailEntity()
Declaration
public StudentAwardPaymentPlanHistoryDetailEntity()
Fields
AmountPackagedProperty
The AmountPackaged property.
Declaration
public static readonly EntityProperty AmountPackagedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CalculatedByStaffIdProperty
The CalculatedByStaffId property.
Declaration
public static readonly EntityProperty CalculatedByStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CalculationDateProperty
The CalculationDate property.
Declaration
public static readonly EntityProperty CalculationDateProperty
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 |
DownPaymentAmountProperty
The DownPaymentAmount property.
Declaration
public static readonly EntityProperty DownPaymentAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstPaymentDateProperty
The FirstPaymentDate property.
Declaration
public static readonly EntityProperty FirstPaymentDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
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 |
InterestBalanceProperty
The InterestBalance property.
Declaration
public static readonly EntityProperty InterestBalanceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InterestRateProperty
The InterestRate property.
Declaration
public static readonly EntityProperty InterestRateProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberPaymentsProperty
The NumberPayments property.
Declaration
public static readonly EntityProperty NumberPaymentsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentAmountProperty
The PaymentAmount property.
Declaration
public static readonly EntityProperty PaymentAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentDayProperty
The PaymentDay property.
Declaration
public static readonly EntityProperty PaymentDayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentFrequencyProperty
The PaymentFrequency property.
Declaration
public static readonly EntityProperty PaymentFrequencyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrincipalBalanceProperty
The PrincipalBalance property.
Declaration
public static readonly EntityProperty PrincipalBalanceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PromNoteDocumentIdProperty
The PromNoteDocumentId property.
Declaration
public static readonly EntityProperty PromNoteDocumentIdProperty
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 |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAcademicYearIdProperty
The StudentAcademicYearId property.
Declaration
public static readonly EntityProperty StudentAcademicYearIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AmountPackaged
Gets or sets the AmountPackaged associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public decimal? AmountPackaged { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AmountPackaged. |
AwardYear
Gets or sets the AwardYear associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CalculatedByStaffId
Gets or sets the CalculatedByStaffId associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int CalculatedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CalculatedByStaffId. |
CalculationDate
Gets or sets the CalculationDate associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public DateTime CalculationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CalculationDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DownPaymentAmount
Gets or sets the DownPaymentAmount associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public decimal? DownPaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DownPaymentAmount. |
FirstPaymentDate
Gets or sets the FirstPaymentDate associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public DateTime? FirstPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FirstPaymentDate. |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestBalance
Gets or sets the InterestBalance associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public decimal? InterestBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestBalance. |
InterestRate
Gets or sets the InterestRate associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public decimal? InterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestRate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberPayments
Gets or sets the NumberPayments associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public byte? NumberPayments { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The NumberPayments. |
PaymentAmount
Gets or sets the PaymentAmount associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public decimal? PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PaymentAmount. |
PaymentDay
Gets or sets the PaymentDay associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int? PaymentDay { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentDay. |
PaymentFrequency
Gets or sets the PaymentFrequency associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public short? PaymentFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The PaymentFrequency. |
PrincipalBalance
Gets or sets the PrincipalBalance associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public decimal? PrincipalBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PrincipalBalance. |
PromNoteDocumentId
Gets or sets the PromNoteDocumentId associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int? PromNoteDocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PromNoteDocumentId. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentAwardPaymentPlanHistoryDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()