Class PaymentPlanEntity
This class represents the EntityModel interface to the SaPaymentPlan database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentPlanEntity : Entity, IIdentifiable, IAuditable
Constructors
PaymentPlanEntity()
Declaration
public PaymentPlanEntity()
Fields
AdminBillingTransactionCodeIdProperty
The AdminBillingTransactionCodeId property.
Declaration
public static readonly EntityProperty AdminBillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodesProperty
The BillingTransactionCodes property.
Declaration
public static readonly EntityProperty BillingTransactionCodesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
ExpectedPaymentsProperty
The ExpectedPayments property.
Declaration
public static readonly EntityProperty ExpectedPaymentsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FeePercentProperty
The FeePercent property.
Declaration
public static readonly EntityProperty FeePercentProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
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 |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdminBillingTransactionCodeId
Gets or sets the AdminBillingTransactionCodeId associated with this PaymentPlanEntity.
Declaration
public int? AdminBillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AdminBillingTransactionCodeId. |
BillingTransactionCodes
Declaration
public virtual EntityCollection<BillingTransactionCodePaymentPlanAssociationEntity> BillingTransactionCodes { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<BillingTransactionCodePaymentPlanAssociationEntity> |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this PaymentPlanEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
Code
Gets or sets the Code associated with this PaymentPlanEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentPlanEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpectedPayments
Declaration
public virtual EntityCollection<PaymentPlanPaymentEntity> ExpectedPayments { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<PaymentPlanPaymentEntity> |
FeePercent
Gets or sets the FeePercent associated with this PaymentPlanEntity.
Declaration
public decimal? FeePercent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FeePercent. |
FirstPaymentDate
Gets or sets the FirstPaymentDate associated with this PaymentPlanEntity.
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 PaymentPlanEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestOnlyUntilDate
Gets or sets the InterestOnlyUntilDate associated with this PaymentPlanEntity.
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 PaymentPlanEntity.
Declaration
public decimal? InterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestRate. |
IsActive
Gets or sets the IsActive associated with this PaymentPlanEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentPlanEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentPlanEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this PaymentPlanEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NumberOfPayments
Gets or sets the NumberOfPayments associated with this PaymentPlanEntity.
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 PaymentPlanEntity.
Declaration
public string PaymentFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentFrequency. |
RowVersion
Gets or sets the RowVersion associated with this PaymentPlanEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SecondaryInterestRate
Gets or sets the SecondaryInterestRate associated with this PaymentPlanEntity.
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 PaymentPlanEntity.
Declaration
public DateTime? SecondaryInterestRateEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SecondaryInterestRateEffectiveDate. |
Status
Gets or sets the Status associated with this PaymentPlanEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
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()