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, IAuditable
Constructors
BudgetItemAllocationDetailEntity()
Declaration
public BudgetItemAllocationDetailEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AutoAwardCoaConfigurationBudgetItemIdProperty
The AutoAwardCoaConfigurationBudgetItemId property.
Declaration
public static readonly EntityProperty AutoAwardCoaConfigurationBudgetItemIdProperty
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 |
DistributionTypeProperty
The DistributionType property.
Declaration
public static readonly EntityProperty DistributionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighValueDecimalProperty
The HighValueDecimal property.
Declaration
public static readonly EntityProperty HighValueDecimalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighValueProperty
Declaration
public static readonly EntityProperty HighValueProperty
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 |
LowValueDecimalProperty
The LowValueDecimal property.
Declaration
public static readonly EntityProperty LowValueDecimalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LowValueProperty
Declaration
public static readonly EntityProperty LowValueProperty
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
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()