Class DisbursementBatchDetail
This class represents the EntityModel interface to the FaDisbBatchDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DisbursementBatchDetail
Constructors
DisbursementBatchDetail()
Declaration
public DisbursementBatchDetail()
Properties
Amount
Gets or sets the Amount associated with this DisbursementBatchDetail.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DisbursementBatchDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementBatch
Declaration
public virtual DisbursementBatch DisbursementBatch { get; set; }
Property Value
Type | Description |
---|---|
DisbursementBatch |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this DisbursementBatchDetail.
Declaration
public int DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementBatchId. |
ExceptionReason
Gets or sets the ExceptionReason associated with this DisbursementBatchDetail.
Declaration
public string ExceptionReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionReason. |
FailedReason
Gets or sets the FailedReason associated with this DisbursementBatchDetail.
Declaration
public long? FailedReason { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The FailedReason. |
Id
Gets or sets the Id associated with this DisbursementBatchDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsPaid
Gets or sets the IsPaid associated with this DisbursementBatchDetail.
Declaration
public bool IsPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPaid. |
IsRefunded
Gets or sets the IsRefunded associated with this DisbursementBatchDetail.
Declaration
public bool IsRefunded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefunded. |
IsReturned
Gets or sets the IsReturned associated with this DisbursementBatchDetail.
Declaration
public bool IsReturned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReturned. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DisbursementBatchDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DisbursementBatchDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PayeeName
Gets or sets the PayeeName associated with this DisbursementBatchDetail.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
ReconcileReturnFundId
Gets or sets the ReconcileReturnFundId associated with this DisbursementBatchDetail.
Declaration
public int? ReconcileReturnFundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReconcileReturnFundId. |
ScheduledDisbursement
Declaration
public virtual ScheduledDisbursement ScheduledDisbursement { get; set; }
Property Value
Type | Description |
---|---|
ScheduledDisbursement |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this DisbursementBatchDetail.
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ScheduledDisbursementId. |
Status
Gets or sets the Status associated with this DisbursementBatchDetail.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this DisbursementBatchDetail.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
ThirdPartyInvoiceLine
Gets or sets the ThirdPartyInvoiceLine associated with this DisbursementBatchDetail.
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()
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. |