Class FundSourceAutoAwardRepackageAdjustmentDecreaseRule
This class represents the EntityModel interface to the FaRepackageFundEligibilityAdjustmentDecrease_FAA database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FundSourceAutoAwardRepackageAdjustmentDecreaseRule
Constructors
FundSourceAutoAwardRepackageAdjustmentDecreaseRule()
Declaration
public FundSourceAutoAwardRepackageAdjustmentDecreaseRule()
Properties
AwardLevelDistribution
Gets or sets the AwardLevelDistribution associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public string AwardLevelDistribution { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardLevelDistribution. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FundSourceAutoAwardRule
Declaration
public virtual FundSourceAutoAwardRule FundSourceAutoAwardRule { get; set; }
Property Value
Type | Description |
---|---|
FundSourceAutoAwardRule |
FundSourceAutoAwardRuleId
Gets or sets the FundSourceAutoAwardRuleId associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public int FundSourceAutoAwardRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceAutoAwardRuleId. |
Id
Gets or sets the Id associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsIneligibleFundReturned
Gets or sets the IsIneligibleFundReturned associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public bool IsIneligibleFundReturned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIneligibleFundReturned. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PriorityOrder
Gets or sets the PriorityOrder associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public int PriorityOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PriorityOrder. |
Refund
Gets or sets the Refund associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public string Refund { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Refund. |
RepackageByDisbursementStatus
Gets or sets the RepackageByDisbursementStatus associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public string RepackageByDisbursementStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RepackageByDisbursementStatus. |
Schedule
Gets or sets the Schedule associated with this FundSourceAutoAwardRepackageAdjustmentDecreaseRule.
Declaration
public string Schedule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Schedule. |
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. |