Class StudentRefundCalculationBillingCodeSummaryEntity
This class represents the EntityModel interface to the SaRefundCalcAdjust database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRefundCalculationBillingCodeSummaryEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentRefundCalculationBillingCodeSummaryEntity()
Declaration
public StudentRefundCalculationBillingCodeSummaryEntity()
Fields
AdjustmentAmountProperty
The AdjustmentAmount property.
Declaration
public static readonly EntityProperty AdjustmentAmountProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FullProgramAmountProperty
The FullProgramAmount property.
Declaration
public static readonly EntityProperty FullProgramAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FutureChargesProperty
The FutureCharges property.
Declaration
public static readonly EntityProperty FutureChargesProperty
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 |
IsOverriddenByUserProperty
The IsOverriddenByUser property.
Declaration
public static readonly EntityProperty IsOverriddenByUserProperty
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 |
ParentBillingTransactionCodeIdProperty
The ParentBillingTransactionCodeId property.
Declaration
public static readonly EntityProperty ParentBillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PeriodBaseAmountProperty
The PeriodBaseAmount property.
Declaration
public static readonly EntityProperty PeriodBaseAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PeriodEarnedAmountProperty
The PeriodEarnedAmount property.
Declaration
public static readonly EntityProperty PeriodEarnedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundFlagProperty
The RefundFlag property.
Declaration
public static readonly EntityProperty RefundFlagProperty
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 |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRefundCalculationPolicySummaryIdProperty
The StudentRefundCalculationPolicySummaryId property.
Declaration
public static readonly EntityProperty StudentRefundCalculationPolicySummaryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalAmountBilledProperty
The TotalAmountBilled property.
Declaration
public static readonly EntityProperty TotalAmountBilledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdjustmentAmount
Gets or sets the AdjustmentAmount associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public decimal? AdjustmentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AdjustmentAmount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FullProgramAmount
Gets or sets the FullProgramAmount associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public decimal FullProgramAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FullProgramAmount. |
FutureCharges
Gets or sets the FutureCharges associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public decimal FutureCharges { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FutureCharges. |
Id
Gets or sets the Id associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsOverriddenByUser
Gets or sets the IsOverriddenByUser associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public bool IsOverriddenByUser { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverriddenByUser. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ParentBillingTransactionCodeId
Gets or sets the ParentBillingTransactionCodeId associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public int? ParentBillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentBillingTransactionCodeId. |
PeriodBaseAmount
Gets or sets the PeriodBaseAmount associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public decimal PeriodBaseAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PeriodBaseAmount. |
PeriodEarnedAmount
Gets or sets the PeriodEarnedAmount associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public decimal PeriodEarnedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PeriodEarnedAmount. |
RefundFlag
Gets or sets the RefundFlag associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public string RefundFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundFlag. |
RowVersion
Gets or sets the RowVersion associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentRefundCalculationPolicySummaryId
Gets or sets the StudentRefundCalculationPolicySummaryId associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public int StudentRefundCalculationPolicySummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRefundCalculationPolicySummaryId. |
TotalAmountBilled
Gets or sets the TotalAmountBilled associated with this StudentRefundCalculationBillingCodeSummaryEntity.
Declaration
public decimal? TotalAmountBilled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalAmountBilled. |
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()