Class StudentAwardPaymentPlanHistoryDetail
This class represents the EntityModel interface to the FaStudentAidCashPlanHistory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAwardPaymentPlanHistoryDetail
Constructors
StudentAwardPaymentPlanHistoryDetail()
Declaration
public StudentAwardPaymentPlanHistoryDetail()
Properties
AmountPackaged
Gets or sets the AmountPackaged associated with this StudentAwardPaymentPlanHistoryDetail.
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 StudentAwardPaymentPlanHistoryDetail.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CalculatedByStaff
Declaration
public virtual Staff CalculatedByStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CalculatedByStaffId
Gets or sets the CalculatedByStaffId associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public int CalculatedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CalculatedByStaffId. |
CalculationDate
Gets or sets the CalculationDate associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public DateTime CalculationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CalculationDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DownPaymentAmount
Gets or sets the DownPaymentAmount associated with this StudentAwardPaymentPlanHistoryDetail.
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 StudentAwardPaymentPlanHistoryDetail.
Declaration
public DateTime? FirstPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FirstPaymentDate. |
FundSource
Declaration
public virtual FundSource FundSource { get; set; }
Property Value
Type | Description |
---|---|
FundSource |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestBalance
Gets or sets the InterestBalance associated with this StudentAwardPaymentPlanHistoryDetail.
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 StudentAwardPaymentPlanHistoryDetail.
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 StudentAwardPaymentPlanHistoryDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberPayments
Gets or sets the NumberPayments associated with this StudentAwardPaymentPlanHistoryDetail.
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 StudentAwardPaymentPlanHistoryDetail.
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 StudentAwardPaymentPlanHistoryDetail.
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 StudentAwardPaymentPlanHistoryDetail.
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 StudentAwardPaymentPlanHistoryDetail.
Declaration
public decimal? PrincipalBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PrincipalBalance. |
PromNoteDocument
Declaration
public virtual Document PromNoteDocument { get; set; }
Property Value
Type | Description |
---|---|
Document |
PromNoteDocumentId
Gets or sets the PromNoteDocumentId associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public int? PromNoteDocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PromNoteDocumentId. |
Status
Gets or sets the Status associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAcademicYear
Declaration
public virtual StudentAcademicYear StudentAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
StudentAcademicYear |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
StudentAwardPaymentPlanPaymentHistoryDetails
Declaration
public virtual ICollection<StudentAwardPaymentPlanPaymentHistoryDetail> StudentAwardPaymentPlanPaymentHistoryDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAwardPaymentPlanPaymentHistoryDetail> |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAwardPaymentPlanHistoryDetail.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentAwardPaymentPlanHistoryDetail.
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()
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. |