Class FaaAutoAwardPaymentPlanPaymentDetail
This class represents the EntityModel interface to the FaaCashPaymentPlanDetails_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaAutoAwardPaymentPlanPaymentDetail
Constructors
FaaAutoAwardPaymentPlanPaymentDetail()
Declaration
public FaaAutoAwardPaymentPlanPaymentDetail()
Properties
InterestAmount
Gets or sets the InterestAmount associated with this FaaAutoAwardPaymentPlanPaymentDetail.
Declaration
public decimal InterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The InterestAmount. |
PaymentAmount
Gets or sets the PaymentAmount associated with this FaaAutoAwardPaymentPlanPaymentDetail.
Declaration
public decimal PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PaymentAmount. |
PaymentOrder
Gets or sets the PaymentOrder associated with this FaaAutoAwardPaymentPlanPaymentDetail.
Declaration
public long? PaymentOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The PaymentOrder. |
PrincipalAmount
Gets or sets the PrincipalAmount associated with this FaaAutoAwardPaymentPlanPaymentDetail.
Declaration
public decimal PrincipalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PrincipalAmount. |
RemainingPrincipalBalance
Gets or sets the RemainingPrincipalBalance associated with this FaaAutoAwardPaymentPlanPaymentDetail.
Declaration
public decimal? RemainingPrincipalBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RemainingPrincipalBalance. |
ScheduledDate
Gets or sets the ScheduledDate associated with this FaaAutoAwardPaymentPlanPaymentDetail.
Declaration
public DateTime? ScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ScheduledDate. |
Status
Gets or sets the Status associated with this FaaAutoAwardPaymentPlanPaymentDetail.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this FaaAutoAwardPaymentPlanPaymentDetail.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
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. |