Class MultipleDisbursementPaymentPeriodTemplateRule
This class represents the EntityModel interface to the FaMultiDisbSchedRule database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class MultipleDisbursementPaymentPeriodTemplateRule
Constructors
MultipleDisbursementPaymentPeriodTemplateRule()
Declaration
public MultipleDisbursementPaymentPeriodTemplateRule()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultRuleName
Gets or sets the DefaultRuleName associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public string DefaultRuleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultRuleName. |
DefaultRuleParameter1
Gets or sets the DefaultRuleParameter1 associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int? DefaultRuleParameter1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DefaultRuleParameter1. |
DefaultRuleParameter2
Gets or sets the DefaultRuleParameter2 associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int? DefaultRuleParameter2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DefaultRuleParameter2. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementNumber. |
FirstTimeBorrowerRuleParameter1
Gets or sets the FirstTimeBorrowerRuleParameter1 associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int? FirstTimeBorrowerRuleParameter1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FirstTimeBorrowerRuleParameter1. |
FirstTimeBorrowerRuleParameter2
Gets or sets the FirstTimeBorrowerRuleParameter2 associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int? FirstTimeBorrowerRuleParameter2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FirstTimeBorrowerRuleParameter2. |
Id
Gets or sets the Id associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsStandardAcademicYear
Gets or sets the IsStandardAcademicYear associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public bool IsStandardAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStandardAcademicYear. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MultipleDisbursementPaymentPeriodTemplate
Declaration
public virtual MultipleDisbursementPaymentPeriodTemplate MultipleDisbursementPaymentPeriodTemplate { get; set; }
Property Value
Type | Description |
---|---|
MultipleDisbursementPaymentPeriodTemplate |
MultipleDisbursementPaymentPeriodTemplateId
Gets or sets the MultipleDisbursementPaymentPeriodTemplateId associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int MultipleDisbursementPaymentPeriodTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MultipleDisbursementPaymentPeriodTemplateId. |
PaymentPeriodNumber
Gets or sets the PaymentPeriodNumber associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int PaymentPeriodNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PaymentPeriodNumber. |
RuleName
Gets or sets the RuleName associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public string RuleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RuleName. |
RuleParameter1
Gets or sets the RuleParameter1 associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int RuleParameter1 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RuleParameter1. |
RuleParameter2
Gets or sets the RuleParameter2 associated with this MultipleDisbursementPaymentPeriodTemplateRule.
Declaration
public int? RuleParameter2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RuleParameter2. |
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. |