Class StudentRefundCalculationBillingCodeSummary
This class represents the EntityModel interface to the SaRefundCalcAdjust database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentRefundCalculationBillingCodeSummary
Constructors
StudentRefundCalculationBillingCodeSummary()
Declaration
public StudentRefundCalculationBillingCodeSummary()
Properties
AdjustmentAmount
Gets or sets the AdjustmentAmount associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public decimal? AdjustmentAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The AdjustmentAmount. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The BillingTransactionCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
FullProgramAmount
Gets or sets the FullProgramAmount associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public decimal FullProgramAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The FullProgramAmount. |
FutureCharges
Gets or sets the FutureCharges associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public decimal FutureCharges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The FutureCharges. |
Id
Gets or sets the Id associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsOverriddenByUser
Gets or sets the IsOverriddenByUser associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public bool IsOverriddenByUser { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOverriddenByUser. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
ParentBillingTransactionCode
Declaration
public virtual BillingTransactionCode ParentBillingTransactionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| BillingTransactionCode |
ParentBillingTransactionCodeId
Gets or sets the ParentBillingTransactionCodeId associated with this StudentRefundCalculationBillingCodeSummary.
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 StudentRefundCalculationBillingCodeSummary.
Declaration
public decimal PeriodBaseAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The PeriodBaseAmount. |
PeriodEarnedAmount
Gets or sets the PeriodEarnedAmount associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public decimal PeriodEarnedAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The PeriodEarnedAmount. |
RefundFlag
Gets or sets the RefundFlag associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public string RefundFlag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The RefundFlag. |
RefundPolicySummary
Declaration
public virtual StudentRefundCalculationPolicySummary RefundPolicySummary { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentRefundCalculationPolicySummary |
Status
Gets or sets the Status associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Status. |
StudentRefundCalculationPolicySummaryId
Gets or sets the StudentRefundCalculationPolicySummaryId associated with this StudentRefundCalculationBillingCodeSummary.
Declaration
public int StudentRefundCalculationPolicySummaryId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentRefundCalculationPolicySummaryId. |
TotalAmountBilled
Gets or sets the TotalAmountBilled associated with this StudentRefundCalculationBillingCodeSummary.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |