Class ServicerFaExportImportFile
This class represents the EntityModel interface to the rpt_FaServicerBatchHistory_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ServicerFaExportImportFile
Constructors
ServicerFaExportImportFile()
Declaration
public ServicerFaExportImportFile()
Properties
BatchRecords
Gets or sets the BatchRecords associated with this ServicerFaExportImportFile.
Declaration
public int? BatchRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BatchRecords. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this ServicerFaExportImportFile.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
ExportDate
Gets or sets the ExportDate associated with this ServicerFaExportImportFile.
Declaration
public DateTime? ExportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExportDate. |
FileNameExported
Gets or sets the FileNameExported associated with this ServicerFaExportImportFile.
Declaration
public string FileNameExported { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileNameExported. |
FileNameImported
Gets or sets the FileNameImported associated with this ServicerFaExportImportFile.
Declaration
public string FileNameImported { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileNameImported. |
FileType
Gets or sets the FileType associated with this ServicerFaExportImportFile.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileType. |
Id
Gets or sets the Id associated with this ServicerFaExportImportFile.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportDate
Gets or sets the ImportDate associated with this ServicerFaExportImportFile.
Declaration
public DateTime? ImportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ImportDate. |
ParentDisbursementBatch
Declaration
public virtual DisbursementBatch ParentDisbursementBatch { get; set; }
Property Value
Type | Description |
---|---|
DisbursementBatch |
ParentDisbursementBatchId
Gets or sets the ParentDisbursementBatchId associated with this ServicerFaExportImportFile.
Declaration
public int? ParentDisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentDisbursementBatchId. |
RecordsAccepted
Gets or sets the RecordsAccepted associated with this ServicerFaExportImportFile.
Declaration
public int? RecordsAccepted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordsAccepted. |
RecordsRejected
Gets or sets the RecordsRejected associated with this ServicerFaExportImportFile.
Declaration
public int? RecordsRejected { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordsRejected. |
SchoolIdentifier
Gets or sets the SchoolIdentifier associated with this ServicerFaExportImportFile.
Declaration
public string SchoolIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolIdentifier. |
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. |