Class DisbursementBatchDetailStudent
This class represents the EntityModel interface to the FaaEdgapsStudentDetails_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DisbursementBatchDetailStudent
Constructors
DisbursementBatchDetailStudent()
Declaration
public DisbursementBatchDetailStudent()
Properties
DisbursementAmount
Gets or sets the DisbursementAmount associated with this DisbursementBatchDetailStudent.
Declaration
public decimal DisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DisbursementAmount. |
DisbursementBatch
Declaration
public virtual DisbursementBatch DisbursementBatch { get; set; }
Property Value
Type | Description |
---|---|
DisbursementBatch |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this DisbursementBatchDetailStudent.
Declaration
public int DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementBatchId. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this DisbursementBatchDetailStudent.
Declaration
public int? DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementNumber. |
FileNameImported
Gets or sets the FileNameImported associated with this DisbursementBatchDetailStudent.
Declaration
public string FileNameImported { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileNameImported. |
FundSourceCode
Gets or sets the FundSourceCode associated with this DisbursementBatchDetailStudent.
Declaration
public string FundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceCode. |
FundSourceName
Gets or sets the FundSourceName associated with this DisbursementBatchDetailStudent.
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceName. |
IsReturned
Gets or sets the IsReturned associated with this DisbursementBatchDetailStudent.
Declaration
public bool IsReturned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReturned. |
PayeeName
Gets or sets the PayeeName associated with this DisbursementBatchDetailStudent.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
ScheduledDate
Gets or sets the ScheduledDate associated with this DisbursementBatchDetailStudent.
Declaration
public DateTime? ScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ScheduledDate. |
ScheduledDisbursementStatus
Gets or sets the ScheduledDisbursementStatus associated with this DisbursementBatchDetailStudent.
Declaration
public string ScheduledDisbursementStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ScheduledDisbursementStatus. |
StudentName
Gets or sets the StudentName associated with this DisbursementBatchDetailStudent.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this DisbursementBatchDetailStudent.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
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. |