Class BudgetItemAllocationDetailEntity
This class represents the EntityModel interface to the FaBudgetItemAllocationConfiguration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class BudgetItemAllocationDetailEntity : Entity, IIdentifiable, IAuditableConstructors
BudgetItemAllocationDetailEntity()
Declaration
public BudgetItemAllocationDetailEntity()Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
AutoAwardCoaConfigurationBudgetItemIdProperty
The AutoAwardCoaConfigurationBudgetItemId property.
Declaration
public static readonly EntityProperty AutoAwardCoaConfigurationBudgetItemIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
DistributionTypeProperty
The DistributionType property.
Declaration
public static readonly EntityProperty DistributionTypePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
HighValueDecimalProperty
The HighValueDecimal property.
Declaration
public static readonly EntityProperty HighValueDecimalPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
HighValueProperty
Declaration
public static readonly EntityProperty HighValuePropertyField 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 | 
LowValueDecimalProperty
The LowValueDecimal property.
Declaration
public static readonly EntityProperty LowValueDecimalPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LowValueProperty
Declaration
public static readonly EntityProperty LowValuePropertyField 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
Amount
Gets or sets the Amount associated with this BudgetItemAllocationDetailEntity.
Declaration
public decimal Amount { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Decimal | The Amount. | 
AutoAwardCoaConfigurationBudgetItemId
Gets or sets the AutoAwardCoaConfigurationBudgetItemId associated with this BudgetItemAllocationDetailEntity.
Declaration
public int AutoAwardCoaConfigurationBudgetItemId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The AutoAwardCoaConfigurationBudgetItemId. | 
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BudgetItemAllocationDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
DistributionType
Gets or sets the DistributionType associated with this BudgetItemAllocationDetailEntity.
Declaration
public string DistributionType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The DistributionType. | 
HighValue
Declaration
[Obsolete("Deprecated. Use HighValueDecimal instead.")]
public int HighValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
HighValueDecimal
Gets or sets the HighValueDecimal associated with this BudgetItemAllocationDetailEntity.
Declaration
public decimal HighValueDecimal { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Decimal | The HighValueDecimal. | 
Id
Gets or sets the Id associated with this BudgetItemAllocationDetailEntity.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BudgetItemAllocationDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BudgetItemAllocationDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
LowValue
Declaration
[Obsolete("Deprecated. Use LowValueDecimal instead.")]
public int LowValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
LowValueDecimal
Gets or sets the LowValueDecimal associated with this BudgetItemAllocationDetailEntity.
Declaration
public decimal LowValueDecimal { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Decimal | The LowValueDecimal. | 
RowVersion
Gets or sets the RowVersion associated with this BudgetItemAllocationDetailEntity.
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()