Class DisbursementBatchDetailEntity
This class represents the EntityModel interface to the FaDisbBatchDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DisbursementBatchDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
DisbursementBatchDetailEntity()
Declaration
public DisbursementBatchDetailEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
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 |
DisbursementBatchIdProperty
The DisbursementBatchId property.
Declaration
public static readonly EntityProperty DisbursementBatchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExceptionReasonProperty
The ExceptionReason property.
Declaration
public static readonly EntityProperty ExceptionReasonProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FailedReasonProperty
The FailedReason property.
Declaration
public static readonly EntityProperty FailedReasonProperty
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 |
IsPaidProperty
The IsPaid property.
Declaration
public static readonly EntityProperty IsPaidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRefundedProperty
The IsRefunded property.
Declaration
public static readonly EntityProperty IsRefundedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReturnedProperty
The IsReturned property.
Declaration
public static readonly EntityProperty IsReturnedProperty
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 |
PayeeNameProperty
The PayeeName property.
Declaration
public static readonly EntityProperty PayeeNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReconcileReturnFundIdProperty
The ReconcileReturnFundId property.
Declaration
public static readonly EntityProperty ReconcileReturnFundIdProperty
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 |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ThirdPartyInvoiceLineProperty
The ThirdPartyInvoiceLine property.
Declaration
public static readonly EntityProperty ThirdPartyInvoiceLineProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Amount
Gets or sets the Amount associated with this DisbursementBatchDetailEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DisbursementBatchDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this DisbursementBatchDetailEntity.
Declaration
public int DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementBatchId. |
ExceptionReason
Gets or sets the ExceptionReason associated with this DisbursementBatchDetailEntity.
Declaration
public string ExceptionReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionReason. |
FailedReason
Gets or sets the FailedReason associated with this DisbursementBatchDetailEntity.
Declaration
public long? FailedReason { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The FailedReason. |
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the Id associated with this DisbursementBatchDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsPaid
Gets or sets the IsPaid associated with this DisbursementBatchDetailEntity.
Declaration
public bool IsPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPaid. |
IsRefunded
Gets or sets the IsRefunded associated with this DisbursementBatchDetailEntity.
Declaration
public bool IsRefunded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefunded. |
IsReturned
Gets or sets the IsReturned associated with this DisbursementBatchDetailEntity.
Declaration
public bool IsReturned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReturned. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DisbursementBatchDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DisbursementBatchDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PayeeName
Gets or sets the PayeeName associated with this DisbursementBatchDetailEntity.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
ReconcileReturnFundId
Gets or sets the ReconcileReturnFundId associated with this DisbursementBatchDetailEntity.
Declaration
public int? ReconcileReturnFundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReconcileReturnFundId. |
RowVersion
Gets or sets the RowVersion associated with this DisbursementBatchDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this DisbursementBatchDetailEntity.
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ScheduledDisbursementId. |
Status
Gets or sets the Status associated with this DisbursementBatchDetailEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentId
Gets or sets the StudentId associated with this DisbursementBatchDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
ThirdPartyInvoiceLine
Gets or sets the ThirdPartyInvoiceLine associated with this DisbursementBatchDetailEntity.
Declaration
public string ThirdPartyInvoiceLine { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ThirdPartyInvoiceLine. |
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()