Class AutoAwardPaymentPlanSettingEntity
This class represents the EntityModel interface to the FaCashPlanConfiguration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardPaymentPlanSettingEntity : Entity, IIdentifiable
Constructors
AutoAwardPaymentPlanSettingEntity()
Declaration
public AutoAwardPaymentPlanSettingEntity()
Fields
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 |
CustomPromissoryNoteTemplateProperty
The CustomPromissoryNoteTemplate property.
Declaration
public static readonly EntityProperty CustomPromissoryNoteTemplateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentTypeIdProperty
The DocumentTypeId property.
Declaration
public static readonly EntityProperty DocumentTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DownPaymentBalancePercentProperty
The DownPaymentBalancePercent property.
Declaration
public static readonly EntityProperty DownPaymentBalancePercentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DownPaymentFixedAmountProperty
The DownPaymentFixedAmount property.
Declaration
public static readonly EntityProperty DownPaymentFixedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmailTaskTypeIdProperty
The EmailTaskTypeId property.
Declaration
public static readonly EntityProperty EmailTaskTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
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 |
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 |
IsUsedForAutoAwardProperty
The IsUsedForAutoAward property.
Declaration
public static readonly EntityProperty IsUsedForAutoAwardProperty
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 |
LastModiifiedDateTimeProperty
The LastModiifiedDateTime property.
Declaration
public static readonly EntityProperty LastModiifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumNumberOfPaymentsProperty
The MaximumNumberOfPayments property.
Declaration
public static readonly EntityProperty MaximumNumberOfPaymentsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumPaymentAmountProperty
The MinimumPaymentAmount property.
Declaration
public static readonly EntityProperty MinimumPaymentAmountProperty
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 |
NoRefundCalculationPeriodProperty
The NoRefundCalculationPeriod property.
Declaration
public static readonly EntityProperty NoRefundCalculationPeriodProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoRefundCalculationPeriodTypeProperty
The NoRefundCalculationPeriodType property.
Declaration
public static readonly EntityProperty NoRefundCalculationPeriodTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentFrequencyMonthlyProperty
The PaymentFrequencyMonthly property.
Declaration
public static readonly EntityProperty PaymentFrequencyMonthlyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentFrequencyWeeklyProperty
The PaymentFrequencyWeekly property.
Declaration
public static readonly EntityProperty PaymentFrequencyWeeklyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPlanAssociationsProperty
The PaymentPlanAssociations property.
Declaration
public static readonly EntityProperty PaymentPlanAssociationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrintNotificationStaffGroupIdProperty
The PrintNotificationStaffGroupId property.
Declaration
public static readonly EntityProperty PrintNotificationStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrintNotificationStaffIdProperty
The PrintNotificationStaffId property.
Declaration
public static readonly EntityProperty PrintNotificationStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrintTaskTypeIdProperty
The PrintTaskTypeId property.
Declaration
public static readonly EntityProperty PrintTaskTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundCalcPeriodTypeDay
Declaration
public const string RefundCalcPeriodTypeDay = "D"
Field Value
Type | Description |
---|---|
System.String |
RefundCalcPeriodTypeMonth
Declaration
public const string RefundCalcPeriodTypeMonth = "M"
Field Value
Type | Description |
---|---|
System.String |
RefundCalcPeriodTypeWeek
Declaration
public const string RefundCalcPeriodTypeWeek = "W"
Field Value
Type | Description |
---|---|
System.String |
RefundCalculationPeriodProperty
The RefundCalculationPeriod property.
Declaration
public static readonly EntityProperty RefundCalculationPeriodProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundCalculationPeriodTypeProperty
The RefundCalculationPeriodType property.
Declaration
public static readonly EntityProperty RefundCalculationPeriodTypeProperty
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 |
StatusTypeProperty
The StatusType property.
Declaration
public static readonly EntityProperty StatusTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WebAlertTaskTypeIdProperty
The WebAlertTaskTypeId property.
Declaration
public static readonly EntityProperty WebAlertTaskTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Code
Gets or sets the Code associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CustomPromissoryNoteTemplate
Gets or sets the CustomPromissoryNoteTemplate associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public string CustomPromissoryNoteTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CustomPromissoryNoteTemplate. |
DocumentTypeId
Gets or sets the DocumentTypeId associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentTypeId. |
DownPaymentBalancePercent
Gets or sets the DownPaymentBalancePercent associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public decimal? DownPaymentBalancePercent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DownPaymentBalancePercent. |
DownPaymentFixedAmount
Gets or sets the DownPaymentFixedAmount associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public decimal? DownPaymentFixedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DownPaymentFixedAmount. |
EmailTaskTypeId
Gets or sets the EmailTaskTypeId associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? EmailTaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmailTaskTypeId. |
FundSourceId
Gets or sets the FundSourceId associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestRate
Gets or sets the InterestRate associated with this AutoAwardPaymentPlanSettingEntity.
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 AutoAwardPaymentPlanSettingEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsUsedForAutoAward
Gets or sets the IsUsedForAutoAward associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public bool IsUsedForAutoAward { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUsedForAutoAward. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastModiifiedDateTime
Gets or sets the LastModiifiedDateTime associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public DateTime LastModiifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModiifiedDateTime. |
MaximumNumberOfPayments
Gets or sets the MaximumNumberOfPayments associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? MaximumNumberOfPayments { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaximumNumberOfPayments. |
MinimumPaymentAmount
Gets or sets the MinimumPaymentAmount associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public decimal? MinimumPaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumPaymentAmount. |
Name
Gets or sets the Name associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NoRefundCalculationPeriod
Gets or sets the NoRefundCalculationPeriod associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? NoRefundCalculationPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NoRefundCalculationPeriod. |
NoRefundCalculationPeriodType
Gets or sets the NoRefundCalculationPeriodType associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public string NoRefundCalculationPeriodType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NoRefundCalculationPeriodType. |
PaymentFrequencyMonthly
Gets or sets the PaymentFrequencyMonthly associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public byte? PaymentFrequencyMonthly { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The PaymentFrequencyMonthly. |
PaymentFrequencyWeekly
Gets or sets the PaymentFrequencyWeekly associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public byte? PaymentFrequencyWeekly { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The PaymentFrequencyWeekly. |
PaymentPlanAssociations
Declaration
public virtual EntityCollection<AutoAwardPaymentPlanAssociationEntity> PaymentPlanAssociations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardPaymentPlanAssociationEntity> |
PrintNotificationStaffGroupId
Gets or sets the PrintNotificationStaffGroupId associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? PrintNotificationStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrintNotificationStaffGroupId. |
PrintNotificationStaffId
Gets or sets the PrintNotificationStaffId associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? PrintNotificationStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrintNotificationStaffId. |
PrintTaskTypeId
Gets or sets the PrintTaskTypeId associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? PrintTaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrintTaskTypeId. |
RefundCalculationPeriod
Gets or sets the RefundCalculationPeriod associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? RefundCalculationPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundCalculationPeriod. |
RefundCalculationPeriodType
Gets or sets the RefundCalculationPeriodType associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public string RefundCalculationPeriodType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundCalculationPeriodType. |
RowVersion
Gets or sets the RowVersion associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StatusType
Gets or sets the StatusType associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public string StatusType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusType. |
WebAlertTaskTypeId
Gets or sets the WebAlertTaskTypeId associated with this AutoAwardPaymentPlanSettingEntity.
Declaration
public int? WebAlertTaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WebAlertTaskTypeId. |
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()