Class DisbursementBatchDeposit
This class represents the EntityModel interface to the FaaDisbBatchForDeposit_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DisbursementBatchDeposit
Constructors
DisbursementBatchDeposit()
Declaration
public DisbursementBatchDeposit()
Properties
ApprovedAmount
Gets or sets the ApprovedAmount associated with this DisbursementBatchDeposit.
Declaration
public decimal ApprovedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ApprovedAmount. |
AvailableDepositAmount
Gets or sets the AvailableDepositAmount associated with this DisbursementBatchDeposit.
Declaration
public decimal? AvailableDepositAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AvailableDepositAmount. |
BatchAmount
Gets or sets the BatchAmount associated with this DisbursementBatchDeposit.
Declaration
public decimal? BatchAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BatchAmount. |
BatchCreatedDateTime
Gets or sets the BatchCreatedDateTime associated with this DisbursementBatchDeposit.
Declaration
public DateTime BatchCreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BatchCreatedDateTime. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusCode
Gets or sets the CampusCode associated with this DisbursementBatchDeposit.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCode. |
CampusId
Gets or sets the CampusId associated with this DisbursementBatchDeposit.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this DisbursementBatchDeposit.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
DepositAmount
Gets or sets the DepositAmount associated with this DisbursementBatchDeposit.
Declaration
public decimal DepositAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DepositAmount. |
DisbursementBatch
Declaration
public virtual DisbursementBatch DisbursementBatch { get; set; }
Property Value
Type | Description |
---|---|
DisbursementBatch |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this DisbursementBatchDeposit.
Declaration
public int DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementBatchId. |
FundSourceName
Gets or sets the FundSourceName associated with this DisbursementBatchDeposit.
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceName. |
FundSourceType
Gets or sets the FundSourceType associated with this DisbursementBatchDeposit.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
IsReconciled
Gets or sets the IsReconciled associated with this DisbursementBatchDeposit.
Declaration
public bool? IsReconciled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsReconciled. |
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. |