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