Class AutoAwardFundSourceLimitEntity
This class represents the EntityModel interface to the FaFundSourceLimitCondition database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardFundSourceLimitEntity : Entity, IIdentifiable, IAuditable
Constructors
AutoAwardFundSourceLimitEntity()
Declaration
public AutoAwardFundSourceLimitEntity()
Fields
AutoAwardAltDisbursementConfigurationProperty
The AutoAwardAltDisbursementConfiguration property.
Declaration
public static readonly EntityProperty AutoAwardAltDisbursementConfigurationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardLimitConditionProperty
The AwardLimitCondition property.
Declaration
public static readonly EntityProperty AwardLimitConditionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardLimitNameProperty
The AwardLimitName property.
Declaration
public static readonly EntityProperty AwardLimitNameProperty
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 |
FundSourceAutoAwardRuleIdProperty
The FundSourceAutoAwardRuleId property.
Declaration
public static readonly EntityProperty FundSourceAutoAwardRuleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceAwardRuleCalculatedFieldIdProperty
The FundSourceAwardRuleCalculatedFieldId property.
Declaration
public static readonly EntityProperty FundSourceAwardRuleCalculatedFieldIdProperty
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 |
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 |
LimitingItemAsDoNotCheckDisbursementEligibility
Declaration
public static readonly string LimitingItemAsDoNotCheckDisbursementEligibility
Field Value
Type | Description |
---|---|
System.String |
LimitingItemAsUseBothAwardingAndDisbursementEligibilityRules
Declaration
public static readonly string LimitingItemAsUseBothAwardingAndDisbursementEligibilityRules
Field Value
Type | Description |
---|---|
System.String |
LimitingItemAsUseOnlyAwardingEligibilityRules
Declaration
public static readonly string LimitingItemAsUseOnlyAwardingEligibilityRules
Field Value
Type | Description |
---|---|
System.String |
LimitingItemAsUseOnlyDisbursementEligibilityRules
Declaration
public static readonly string LimitingItemAsUseOnlyDisbursementEligibilityRules
Field Value
Type | Description |
---|---|
System.String |
LimitingItemProperty
The LimitingItem property.
Declaration
public static readonly EntityProperty LimitingItemProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumAmountProperty
The MaximumAmount property.
Declaration
public static readonly EntityProperty MaximumAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumPercentProperty
The MaximumPercent property.
Declaration
public static readonly EntityProperty MaximumPercentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumAmountProperty
The MinimumAmount property.
Declaration
public static readonly EntityProperty MinimumAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberOfCriterionProperty
The NumberOfCriterion property.
Declaration
public static readonly EntityProperty NumberOfCriterionProperty
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 |
Properties
AutoAwardAltDisbursementConfiguration
Declaration
public virtual EntityCollection<AutoAwardAltDisbursementConfigurationEntity> AutoAwardAltDisbursementConfiguration { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardAltDisbursementConfigurationEntity> |
AwardLimitCondition
Gets or sets the AwardLimitCondition associated with this AutoAwardFundSourceLimitEntity.
Declaration
public string AwardLimitCondition { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardLimitCondition. |
AwardLimitName
Gets or sets the AwardLimitName associated with this AutoAwardFundSourceLimitEntity.
Declaration
public string AwardLimitName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardLimitName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardFundSourceLimitEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FundSourceAutoAwardRuleId
Gets or sets the FundSourceAutoAwardRuleId associated with this AutoAwardFundSourceLimitEntity.
Declaration
public int FundSourceAutoAwardRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceAutoAwardRuleId. |
FundSourceAwardRuleCalculatedFieldId
Gets or sets the FundSourceAwardRuleCalculatedFieldId associated with this AutoAwardFundSourceLimitEntity.
Declaration
public int? FundSourceAwardRuleCalculatedFieldId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FundSourceAwardRuleCalculatedFieldId. |
Id
Gets or sets the Id associated with this AutoAwardFundSourceLimitEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardFundSourceLimitEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardFundSourceLimitEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LimitingItem
Gets or sets the LimitingItem associated with this AutoAwardFundSourceLimitEntity.
Declaration
public string LimitingItem { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LimitingItem. |
MaximumAmount
Gets or sets the MaximumAmount associated with this AutoAwardFundSourceLimitEntity.
Declaration
public decimal MaximumAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaximumAmount. |
MaximumPercent
Gets or sets the MaximumPercent associated with this AutoAwardFundSourceLimitEntity.
Declaration
public byte MaximumPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The MaximumPercent. |
MinimumAmount
Gets or sets the MinimumAmount associated with this AutoAwardFundSourceLimitEntity.
Declaration
public decimal MinimumAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumAmount. |
NumberOfCriterion
Gets or sets the NumberOfCriterion associated with this AutoAwardFundSourceLimitEntity.
Declaration
public byte NumberOfCriterion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The NumberOfCriterion. |
RowVersion
Gets or sets the RowVersion associated with this AutoAwardFundSourceLimitEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()