Class DisbursementBatchReconcileDrawdownDeposit
This class represents the EntityModel interface to the FaaReconcileDrawdownDepositForG5_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DisbursementBatchReconcileDrawdownDeposit
Constructors
DisbursementBatchReconcileDrawdownDeposit()
Declaration
public DisbursementBatchReconcileDrawdownDeposit()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this DisbursementBatchReconcileDrawdownDeposit.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DisbursementBatchReconcileDrawdownDeposit.
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 DisbursementBatchReconcileDrawdownDeposit.
Declaration
public int DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementBatchId. |
DisbursementBatchRequestedAmount
Gets or sets the DisbursementBatchRequestedAmount associated with this DisbursementBatchReconcileDrawdownDeposit.
Declaration
public decimal DisbursementBatchRequestedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DisbursementBatchRequestedAmount. |
IsReconciled
Gets or sets the IsReconciled associated with this DisbursementBatchReconcileDrawdownDeposit.
Declaration
public bool? IsReconciled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsReconciled. |
ReconcileDrawdownRequestId
Gets or sets the ReconcileDrawdownRequestId associated with this DisbursementBatchReconcileDrawdownDeposit.
Declaration
public int ReconcileDrawdownRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ReconcileDrawdownRequestId. |
RequestConfirmationNumber
Gets or sets the RequestConfirmationNumber associated with this DisbursementBatchReconcileDrawdownDeposit.
Declaration
public string RequestConfirmationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RequestConfirmationNumber. |
RequestDate
Gets or sets the RequestDate associated with this DisbursementBatchReconcileDrawdownDeposit.
Declaration
public DateTime RequestDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RequestDate. |
TotalRequestedAmount
Gets or sets the TotalRequestedAmount associated with this DisbursementBatchReconcileDrawdownDeposit.
Declaration
public decimal TotalRequestedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalRequestedAmount. |
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. |