Class RefundCalculationPolicyBillingTransactionCodeEntity
This class represents the EntityModel interface to the SaRefundBillCodes database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundCalculationPolicyBillingTransactionCodeEntity : Entity, IIdentifiable, IAuditable
  Constructors
RefundCalculationPolicyBillingTransactionCodeEntity()
Declaration
public RefundCalculationPolicyBillingTransactionCodeEntity()
  Fields
AdjustmentBillingTransactionCodeIdProperty
The AdjustmentBillingTransactionCodeId property.
Declaration
public static readonly EntityProperty AdjustmentBillingTransactionCodeIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
  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 | 
FeeAmountProperty
The FeeAmount property.
Declaration
public static readonly EntityProperty FeeAmountProperty
  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 | 
IsAdminFeeProperty
The IsAdminFee property.
Declaration
public static readonly EntityProperty IsAdminFeeProperty
  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 | 
RefundCalculationPolicyIdProperty
The RefundCalculationPolicyId property.
Declaration
public static readonly EntityProperty RefundCalculationPolicyIdProperty
  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
AdjustmentBillingTransactionCodeId
Gets or sets the AdjustmentBillingTransactionCodeId associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public int? AdjustmentBillingTransactionCodeId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The AdjustmentBillingTransactionCodeId.  | 
      
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The BillingTransactionCodeId.  | 
      
CalculationType
Gets or sets the CalculationType associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public string CalculationType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The CalculationType.  | 
      
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime.  | 
      
FeeAmount
Gets or sets the FeeAmount associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public decimal? FeeAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The FeeAmount.  | 
      
Id
Gets or sets the Id associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id.  | 
      
IsAdminFee
Gets or sets the IsAdminFee associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public bool IsAdminFee { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsAdminFee.  | 
      
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime.  | 
      
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public int LastModifiedUserId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId.  | 
      
RefundCalculationPolicyId
Gets or sets the RefundCalculationPolicyId associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
Declaration
public int RefundCalculationPolicyId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The RefundCalculationPolicyId.  | 
      
RowVersion
Gets or sets the RowVersion associated with this RefundCalculationPolicyBillingTransactionCodeEntity.
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()