Class StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity
This class represents the EntityModel interface to the SaReturnOfT4PwdDetailHistory_Faa database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity()
Declaration
public StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity()
Fields
AcceptedAmountProperty
The AcceptedAmount property.
Declaration
public static readonly EntityProperty AcceptedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AcceptedDirectDisbAmountProperty
The AcceptedDirectDisbAmount property.
Declaration
public static readonly EntityProperty AcceptedDirectDisbAmountProperty
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 |
EligibleAmountProperty
The EligibleAmount property.
Declaration
public static readonly EntityProperty EligibleAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EligibleDirectDisbAmountProperty
The EligibleDirectDisbAmount property.
Declaration
public static readonly EntityProperty EligibleDirectDisbAmountProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ScheduledDisbursementIdProperty
The ScheduledDisbursementId property.
Declaration
public static readonly EntityProperty ScheduledDisbursementIdProperty
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 |
StudentRt4CalculationPostWithdrawalDisbursementIdProperty
The StudentRt4CalculationPostWithdrawalDisbursementId property.
Declaration
public static readonly EntityProperty StudentRt4CalculationPostWithdrawalDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcceptedAmount
Gets or sets the AcceptedAmount associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public decimal? AcceptedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AcceptedAmount. |
AcceptedDirectDisbAmount
Gets or sets the AcceptedDirectDisbAmount associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public decimal? AcceptedDirectDisbAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AcceptedDirectDisbAmount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EligibleAmount
Gets or sets the EligibleAmount associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public decimal? EligibleAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The EligibleAmount. |
EligibleDirectDisbAmount
Gets or sets the EligibleDirectDisbAmount associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public decimal? EligibleDirectDisbAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The EligibleDirectDisbAmount. |
Id
Gets or sets the Id associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ScheduledDisbursementId. |
Status
Gets or sets the Status associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentRt4CalculationPostWithdrawalDisbursementId
Gets or sets the StudentRt4CalculationPostWithdrawalDisbursementId associated with this StudentRt4CalculationPostWithdrawalDisbursementHistoryDetailEntity.
Declaration
public int StudentRt4CalculationPostWithdrawalDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRt4CalculationPostWithdrawalDisbursementId. |
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()