Class RefundCalculationInstitutionalChargeAdjustmentEntity
This class represents the EntityModel interface to the ApInstitutionalRefundCalculationChargeAdjustment database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundCalculationInstitutionalChargeAdjustmentEntity : Entity, IIdentifiable, IAuditable
Constructors
RefundCalculationInstitutionalChargeAdjustmentEntity()
Declaration
public RefundCalculationInstitutionalChargeAdjustmentEntity()
Fields
AdjustmentAmountProperty
The AdjustmentAmount property.
Declaration
public static readonly EntityProperty AdjustmentAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BaseAmountProperty
The BaseAmount property.
Declaration
public static readonly EntityProperty BaseAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CalculationTypeProperty
The CalculationType property.
Declaration
public static readonly EntityProperty CalculationTypeProperty
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 |
EarnedAmountProperty
The EarnedAmount property.
Declaration
public static readonly EntityProperty EarnedAmountProperty
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 |
NetAmountProperty
The NetAmount property.
Declaration
public static readonly EntityProperty NetAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundCalculationInstitutionalHeaderIdProperty
The RefundCalculationInstitutionalHeaderId property.
Declaration
public static readonly EntityProperty RefundCalculationInstitutionalHeaderIdProperty
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 |
TransactionDescriptionProperty
The TransactionDescription property.
Declaration
public static readonly EntityProperty TransactionDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdjustmentAmount
Gets or sets the AdjustmentAmount associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public decimal? AdjustmentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AdjustmentAmount. |
BaseAmount
Gets or sets the BaseAmount associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public decimal? BaseAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BaseAmount. |
CalculationType
Gets or sets the CalculationType associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public string CalculationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CalculationType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EarnedAmount
Gets or sets the EarnedAmount associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public decimal? EarnedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The EarnedAmount. |
Id
Gets or sets the Id associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NetAmount
Gets or sets the NetAmount associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public decimal? NetAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The NetAmount. |
RefundCalculationInstitutionalHeaderId
Gets or sets the RefundCalculationInstitutionalHeaderId associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public int RefundCalculationInstitutionalHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundCalculationInstitutionalHeaderId. |
RowVersion
Gets or sets the RowVersion associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransactionDescription
Gets or sets the TransactionDescription associated with this RefundCalculationInstitutionalChargeAdjustmentEntity.
Declaration
public string TransactionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionDescription. |
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()