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, IAuditableConstructors
AutoAwardFundSourceLimitEntity()
Declaration
public AutoAwardFundSourceLimitEntity()Fields
AutoAwardAltDisbursementConfigurationProperty
The AutoAwardAltDisbursementConfiguration property.
Declaration
public static readonly EntityProperty AutoAwardAltDisbursementConfigurationPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
AwardLimitConditionProperty
The AwardLimitCondition property.
Declaration
public static readonly EntityProperty AwardLimitConditionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
AwardLimitNameProperty
The AwardLimitName property.
Declaration
public static readonly EntityProperty AwardLimitNamePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
FundSourceAutoAwardRuleIdProperty
The FundSourceAutoAwardRuleId property.
Declaration
public static readonly EntityProperty FundSourceAutoAwardRuleIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
FundSourceAwardRuleCalculatedFieldIdProperty
The FundSourceAwardRuleCalculatedFieldId property.
Declaration
public static readonly EntityProperty FundSourceAwardRuleCalculatedFieldIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LimitingItemAsDoNotCheckDisbursementEligibility
Declaration
public static readonly string LimitingItemAsDoNotCheckDisbursementEligibilityField Value
| Type | Description | 
|---|---|
| System.String | 
LimitingItemAsUseBothAwardingAndDisbursementEligibilityRules
Declaration
public static readonly string LimitingItemAsUseBothAwardingAndDisbursementEligibilityRulesField Value
| Type | Description | 
|---|---|
| System.String | 
LimitingItemAsUseOnlyAwardingEligibilityRules
Declaration
public static readonly string LimitingItemAsUseOnlyAwardingEligibilityRulesField Value
| Type | Description | 
|---|---|
| System.String | 
LimitingItemAsUseOnlyDisbursementEligibilityRules
Declaration
public static readonly string LimitingItemAsUseOnlyDisbursementEligibilityRulesField Value
| Type | Description | 
|---|---|
| System.String | 
LimitingItemProperty
The LimitingItem property.
Declaration
public static readonly EntityProperty LimitingItemPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
MaximumAmountProperty
The MaximumAmount property.
Declaration
public static readonly EntityProperty MaximumAmountPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
MaximumPercentProperty
The MaximumPercent property.
Declaration
public static readonly EntityProperty MaximumPercentPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
MinimumAmountProperty
The MinimumAmount property.
Declaration
public static readonly EntityProperty MinimumAmountPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
NumberOfCriterionProperty
The NumberOfCriterion property.
Declaration
public static readonly EntityProperty NumberOfCriterionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionPropertyField 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()