Class AutoAwardPaymentPlanSetting
This class represents the EntityModel interface to the FaCashPlanConfiguration database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AutoAwardPaymentPlanSetting
Constructors
AutoAwardPaymentPlanSetting()
Declaration
public AutoAwardPaymentPlanSetting()
Properties
Code
Gets or sets the Code associated with this AutoAwardPaymentPlanSetting.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardPaymentPlanSetting.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
CustomPromissoryNoteTemplate
Gets or sets the CustomPromissoryNoteTemplate associated with this AutoAwardPaymentPlanSetting.
Declaration
public string CustomPromissoryNoteTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CustomPromissoryNoteTemplate. |
DocumentType
Declaration
public virtual DocumentType DocumentType { get; set; }
Property Value
| Type | Description |
|---|---|
| DocumentType |
DocumentTypeId
Gets or sets the DocumentTypeId associated with this AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
Declaration
public decimal? DownPaymentFixedAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The DownPaymentFixedAmount. |
EmailTaskType
Declaration
public virtual TaskTemplate EmailTaskType { get; set; }
Property Value
| Type | Description |
|---|---|
| TaskTemplate |
EmailTaskTypeId
Gets or sets the EmailTaskTypeId associated with this AutoAwardPaymentPlanSetting.
Declaration
public int? EmailTaskTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The EmailTaskTypeId. |
FundSource
Declaration
public virtual FundSource FundSource { get; set; }
Property Value
| Type | Description |
|---|---|
| FundSource |
FundSourceId
Gets or sets the FundSourceId associated with this AutoAwardPaymentPlanSetting.
Declaration
public int FundSourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this AutoAwardPaymentPlanSetting.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
InterestRate
Gets or sets the InterestRate associated with this AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsActive. |
IsUsedForAutoAward
Gets or sets the IsUsedForAutoAward associated with this AutoAwardPaymentPlanSetting.
Declaration
public bool IsUsedForAutoAward { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsUsedForAutoAward. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardPaymentPlanSetting.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LastModiifiedDateTime
Gets or sets the LastModiifiedDateTime associated with this AutoAwardPaymentPlanSetting.
Declaration
public DateTime LastModiifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModiifiedDateTime. |
MaximumNumberOfPayments
Gets or sets the MaximumNumberOfPayments associated with this AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Name. |
NoRefundCalculationPeriod
Gets or sets the NoRefundCalculationPeriod associated with this AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
Declaration
public string NoRefundCalculationPeriodType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The NoRefundCalculationPeriodType. |
PaymentFrequencyMonthly
Gets or sets the PaymentFrequencyMonthly associated with this AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
Declaration
public byte? PaymentFrequencyWeekly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Byte> | The PaymentFrequencyWeekly. |
PaymentPlanAssociations
Declaration
public virtual ICollection<AutoAwardPaymentPlanAssociation> PaymentPlanAssociations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<AutoAwardPaymentPlanAssociation> |
PrintNotificationStaff
Declaration
public virtual Staff PrintNotificationStaff { get; set; }
Property Value
| Type | Description |
|---|---|
| Staff |
PrintNotificationStaffGroup
Declaration
public virtual StaffGroup PrintNotificationStaffGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| StaffGroup |
PrintNotificationStaffGroupId
Gets or sets the PrintNotificationStaffGroupId associated with this AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
Declaration
public int? PrintNotificationStaffId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The PrintNotificationStaffId. |
PrintTaskType
Declaration
public virtual TaskTemplate PrintTaskType { get; set; }
Property Value
| Type | Description |
|---|---|
| TaskTemplate |
PrintTaskTypeId
Gets or sets the PrintTaskTypeId associated with this AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
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 AutoAwardPaymentPlanSetting.
Declaration
public string RefundCalculationPeriodType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The RefundCalculationPeriodType. |
StatusType
Gets or sets the StatusType associated with this AutoAwardPaymentPlanSetting.
Declaration
public string StatusType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StatusType. |
WebAlertTaskType
Declaration
public virtual TaskTemplate WebAlertTaskType { get; set; }
Property Value
| Type | Description |
|---|---|
| TaskTemplate |
WebAlertTaskTypeId
Gets or sets the WebAlertTaskTypeId associated with this AutoAwardPaymentPlanSetting.
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()
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. |