Class StudentPaymentPlan
This class represents the EntityModel interface to the SaStudentPaymentPlan database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentPaymentPlan
Constructors
StudentPaymentPlan()
Declaration
public StudentPaymentPlan()
Properties
AdminFeeAmount
Gets or sets the AdminFeeAmount associated with this StudentPaymentPlan.
Declaration
public decimal? AdminFeeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AdminFeeAmount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPaymentPlan.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstPaymentDate
Gets or sets the FirstPaymentDate associated with this StudentPaymentPlan.
Declaration
public DateTime? FirstPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FirstPaymentDate. |
Id
Gets or sets the Id associated with this StudentPaymentPlan.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestOnlyUntilDate
Gets or sets the InterestOnlyUntilDate associated with this StudentPaymentPlan.
Declaration
public DateTime? InterestOnlyUntilDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InterestOnlyUntilDate. |
InterestRate
Gets or sets the InterestRate associated with this StudentPaymentPlan.
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 StudentPaymentPlan.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPaymentPlan.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberOfPayments
Gets or sets the NumberOfPayments associated with this StudentPaymentPlan.
Declaration
public int? NumberOfPayments { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberOfPayments. |
PaymentFrequency
Gets or sets the PaymentFrequency associated with this StudentPaymentPlan.
Declaration
public string PaymentFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentFrequency. |
PaymentPlan
Declaration
public virtual PaymentPlan PaymentPlan { get; set; }
Property Value
Type | Description |
---|---|
PaymentPlan |
PaymentPlanAmount
Gets or sets the PaymentPlanAmount associated with this StudentPaymentPlan.
Declaration
public decimal? PaymentPlanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PaymentPlanAmount. |
PaymentPlanId
Gets or sets the PaymentPlanId associated with this StudentPaymentPlan.
Declaration
public int? PaymentPlanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentPlanId. |
Payments
Declaration
public virtual ICollection<StudentPaymentPlanPayment> Payments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPaymentPlanPayment> |
SecondaryInterestRate
Gets or sets the SecondaryInterestRate associated with this StudentPaymentPlan.
Declaration
public decimal? SecondaryInterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SecondaryInterestRate. |
SecondaryInterestRateEffectiveDate
Gets or sets the SecondaryInterestRateEffectiveDate associated with this StudentPaymentPlan.
Declaration
public DateTime? SecondaryInterestRateEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SecondaryInterestRateEffectiveDate. |
Source
Gets or sets the Source associated with this StudentPaymentPlan.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
Status
Gets or sets the Status associated with this StudentPaymentPlan.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentPaymentPlan.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentRelationshipAddress
Declaration
public virtual StudentRelationshipAddress StudentRelationshipAddress { get; set; }
Property Value
Type | Description |
---|---|
StudentRelationshipAddress |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StudentPaymentPlan.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentPaymentPlan.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
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. |