Class StudentRefundCalculationFundSourceSummaryEntity
This class represents the EntityModel interface to the SaRefundCalcRefund database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRefundCalculationFundSourceSummaryEntity : Entity, IIdentifiable, IAuditable
  Constructors
StudentRefundCalculationFundSourceSummaryEntity()
Declaration
public StudentRefundCalculationFundSourceSummaryEntity()
  Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
  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 | 
RefundAmountProperty
The RefundAmount property.
Declaration
public static readonly EntityProperty RefundAmountProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ReturnMethodProperty
The ReturnMethod property.
Declaration
public static readonly EntityProperty ReturnMethodProperty
  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 | 
SendBackAmountProperty
The SendBackAmount property.
Declaration
public static readonly EntityProperty SendBackAmountProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
  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 | 
TitleIvRefundAmountProperty
The TitleIvRefundAmount property.
Declaration
public static readonly EntityProperty TitleIvRefundAmountProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
TotalPaidAmountProperty
The TotalPaidAmount property.
Declaration
public static readonly EntityProperty TotalPaidAmountProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime.  | 
      
FundSourceId
Gets or sets the FundSourceId associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public int? FundSourceId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The FundSourceId.  | 
      
Id
Gets or sets the Id associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id.  | 
      
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime.  | 
      
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public int LastModifiedUserId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId.  | 
      
RefundAmount
Gets or sets the RefundAmount associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public decimal? RefundAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The RefundAmount.  | 
      
ReturnMethod
Gets or sets the ReturnMethod associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public string ReturnMethod { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ReturnMethod.  | 
      
RowVersion
Gets or sets the RowVersion associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public byte[] RowVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion.  | 
      
SendBackAmount
Gets or sets the SendBackAmount associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public decimal? SendBackAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The SendBackAmount.  | 
      
Sequence
Gets or sets the Sequence associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public short? Sequence { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int16> | The Sequence.  | 
      
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public int? StudentAwardId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentAwardId.  | 
      
StudentRefundCalculationPolicySummaryId
Gets or sets the StudentRefundCalculationPolicySummaryId associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public int StudentRefundCalculationPolicySummaryId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The StudentRefundCalculationPolicySummaryId.  | 
      
TitleIvRefundAmount
Gets or sets the TitleIvRefundAmount associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public decimal? TitleIvRefundAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The TitleIvRefundAmount.  | 
      
TotalPaidAmount
Gets or sets the TotalPaidAmount associated with this StudentRefundCalculationFundSourceSummaryEntity.
Declaration
public decimal? TotalPaidAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The TotalPaidAmount.  | 
      
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()