Class StudentPaymentPlanEntity
This class represents the EntityModel interface to the SaStudentPaymentPlan database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentPaymentPlanEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentPaymentPlanEntity()
Declaration
public StudentPaymentPlanEntity()
Fields
AdminFeeAmountProperty
The AdminFeeAmount property.
Declaration
public static readonly EntityProperty AdminFeeAmountProperty
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 |
FirstPaymentDateProperty
The FirstPaymentDate property.
Declaration
public static readonly EntityProperty FirstPaymentDateProperty
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 |
InterestOnlyUntilDateProperty
The InterestOnlyUntilDate property.
Declaration
public static readonly EntityProperty InterestOnlyUntilDateProperty
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 |
NumberOfPaymentsProperty
The NumberOfPayments property.
Declaration
public static readonly EntityProperty NumberOfPaymentsProperty
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 |
PaymentPlanAmountProperty
The PaymentPlanAmount property.
Declaration
public static readonly EntityProperty PaymentPlanAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPlanIdProperty
The PaymentPlanId property.
Declaration
public static readonly EntityProperty PaymentPlanIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentsProperty
The Payments property.
Declaration
public static readonly EntityProperty PaymentsProperty
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 |
SecondaryInterestRateEffectiveDateProperty
The SecondaryInterestRateEffectiveDate property.
Declaration
public static readonly EntityProperty SecondaryInterestRateEffectiveDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SecondaryInterestRateProperty
The SecondaryInterestRate property.
Declaration
public static readonly EntityProperty SecondaryInterestRateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceProperty
The Source property.
Declaration
public static readonly EntityProperty SourceProperty
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 |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRelationshipAddressIdProperty
The StudentRelationshipAddressId property.
Declaration
public static readonly EntityProperty StudentRelationshipAddressIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdminFeeAmount
Gets or sets the AdminFeeAmount associated with this StudentPaymentPlanEntity.
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 StudentPaymentPlanEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstPaymentDate
Gets or sets the FirstPaymentDate associated with this StudentPaymentPlanEntity.
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 StudentPaymentPlanEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestOnlyUntilDate
Gets or sets the InterestOnlyUntilDate associated with this StudentPaymentPlanEntity.
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 StudentPaymentPlanEntity.
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 StudentPaymentPlanEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPaymentPlanEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberOfPayments
Gets or sets the NumberOfPayments associated with this StudentPaymentPlanEntity.
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 StudentPaymentPlanEntity.
Declaration
public string PaymentFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentFrequency. |
PaymentPlanAmount
Gets or sets the PaymentPlanAmount associated with this StudentPaymentPlanEntity.
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 StudentPaymentPlanEntity.
Declaration
public int? PaymentPlanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentPlanId. |
Payments
Declaration
public virtual EntityCollection<StudentPaymentPlanPaymentEntity> Payments { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentPaymentPlanPaymentEntity> |
RowVersion
Gets or sets the RowVersion associated with this StudentPaymentPlanEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SecondaryInterestRate
Gets or sets the SecondaryInterestRate associated with this StudentPaymentPlanEntity.
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 StudentPaymentPlanEntity.
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 StudentPaymentPlanEntity.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
Status
Gets or sets the Status associated with this StudentPaymentPlanEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentPaymentPlanEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StudentPaymentPlanEntity.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
TermId
Gets or sets the TermId associated with this StudentPaymentPlanEntity.
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()