Class FaExportImportFile
This class represents the EntityModel interface to the FaBatchExpImp database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaExportImportFile
Constructors
FaExportImportFile()
Declaration
public FaExportImportFile()
Properties
AwardYear
Gets or sets the AwardYear associated with this FaExportImportFile.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this FaExportImportFile.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BatchRecords
Gets or sets the BatchRecords associated with this FaExportImportFile.
Declaration
public int? BatchRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BatchRecords. |
BatchTotalDollars
Gets or sets the BatchTotalDollars associated with this FaExportImportFile.
Declaration
public decimal? BatchTotalDollars { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BatchTotalDollars. |
BatchTotalDollarsAccepted
Gets or sets the BatchTotalDollarsAccepted associated with this FaExportImportFile.
Declaration
public decimal? BatchTotalDollarsAccepted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BatchTotalDollarsAccepted. |
Branch
Gets or sets the Branch associated with this FaExportImportFile.
Declaration
public string Branch { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Branch. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this FaExportImportFile.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
ClearingHouseCertificationDate
Gets or sets the ClearingHouseCertificationDate associated with this FaExportImportFile.
Declaration
public DateTime? ClearingHouseCertificationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ClearingHouseCertificationDate. |
ClearingHouseDeceasedRecs
Gets or sets the ClearingHouseDeceasedRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseDeceasedRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseDeceasedRecs. |
ClearingHouseDetailRecords
Declaration
public virtual ICollection<ClearinghouseExportRecord> ClearingHouseDetailRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClearinghouseExportRecord> |
ClearingHouseFulllTimeRecs
Gets or sets the ClearingHouseFulllTimeRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseFulllTimeRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseFulllTimeRecs. |
ClearingHouseGraduateRecs
Gets or sets the ClearingHouseGraduateRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseGraduateRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseGraduateRecs. |
ClearingHouseHalfTimeRecs
Gets or sets the ClearingHouseHalfTimeRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseHalfTimeRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseHalfTimeRecs. |
ClearingHouseLessThanHalfTimeRecs
Gets or sets the ClearingHouseLessThanHalfTimeRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseLessThanHalfTimeRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseLessThanHalfTimeRecs. |
ClearingHouseLoaRecs
Gets or sets the ClearingHouseLoaRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseLoaRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseLoaRecs. |
ClearingHouseNoshowRecs
Gets or sets the ClearingHouseNoshowRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseNoshowRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseNoshowRecs. |
ClearingHouseTerm
Gets or sets the ClearingHouseTerm associated with this FaExportImportFile.
Declaration
public string ClearingHouseTerm { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ClearingHouseTerm. |
ClearingHouseThreeQuarterRecs
Gets or sets the ClearingHouseThreeQuarterRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseThreeQuarterRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseThreeQuarterRecs. |
ClearingHouseWithdrawalRecs
Gets or sets the ClearingHouseWithdrawalRecs associated with this FaExportImportFile.
Declaration
public int ClearingHouseWithdrawalRecs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClearingHouseWithdrawalRecs. |
CODSummaryInformation
Declaration
public virtual ICollection<CodSummaryInformation> CODSummaryInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<CodSummaryInformation> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaExportImportFile.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentStatus
Gets or sets the DocumentStatus associated with this FaExportImportFile.
Declaration
public string DocumentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentStatus. |
DocumentType
Gets or sets the DocumentType associated with this FaExportImportFile.
Declaration
public string DocumentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentType. |
ExportDate
Gets or sets the ExportDate associated with this FaExportImportFile.
Declaration
public DateTime? ExportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExportDate. |
ExportFilePath
Gets or sets the ExportFilePath associated with this FaExportImportFile.
Declaration
public string ExportFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExportFilePath. |
FaRecipientId
Gets or sets the FaRecipientId associated with this FaExportImportFile.
Declaration
public int? FaRecipientId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaRecipientId. |
FileCategory
Gets or sets the FileCategory associated with this FaExportImportFile.
Declaration
public string FileCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileCategory. |
FileNameExported
Gets or sets the FileNameExported associated with this FaExportImportFile.
Declaration
public string FileNameExported { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileNameExported. |
FileNameImported
Gets or sets the FileNameImported associated with this FaExportImportFile.
Declaration
public string FileNameImported { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileNameImported. |
FileType
Gets or sets the FileType associated with this FaExportImportFile.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileType. |
Id
Gets or sets the Id associated with this FaExportImportFile.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportDate
Gets or sets the ImportDate associated with this FaExportImportFile.
Declaration
public DateTime? ImportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ImportDate. |
ImportUser
Declaration
public virtual Staff ImportUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
ImportUserId
Gets or sets the ImportUserId associated with this FaExportImportFile.
Declaration
public int? ImportUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ImportUserId. |
IsBatchRejected
Gets or sets the IsBatchRejected associated with this FaExportImportFile.
Declaration
public bool IsBatchRejected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBatchRejected. |
IsImported
Gets or sets the IsImported associated with this FaExportImportFile.
Declaration
public bool IsImported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsImported. |
IsReportDataProcessed
Gets or sets the IsReportDataProcessed associated with this FaExportImportFile.
Declaration
public bool IsReportDataProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReportDataProcessed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaExportImportFile.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaExportImportFile.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastRegeneratedDate
Gets or sets the LastRegeneratedDate associated with this FaExportImportFile.
Declaration
public DateTime? LastRegeneratedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastRegeneratedDate. |
NumberTimesRegenerated
Gets or sets the NumberTimesRegenerated associated with this FaExportImportFile.
Declaration
public int? NumberTimesRegenerated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberTimesRegenerated. |
ProcessedDate
Gets or sets the ProcessedDate associated with this FaExportImportFile.
Declaration
public DateTime? ProcessedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProcessedDate. |
ReceiptDate
Gets or sets the ReceiptDate associated with this FaExportImportFile.
Declaration
public DateTime? ReceiptDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceiptDate. |
RecordsAccepted
Gets or sets the RecordsAccepted associated with this FaExportImportFile.
Declaration
public int? RecordsAccepted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordsAccepted. |
RecordsDuplicated
Gets or sets the RecordsDuplicated associated with this FaExportImportFile.
Declaration
public int? RecordsDuplicated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordsDuplicated. |
RecordsNof
Gets or sets the RecordsNof associated with this FaExportImportFile.
Declaration
public int? RecordsNof { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordsNof. |
RecordsPending
Gets or sets the RecordsPending associated with this FaExportImportFile.
Declaration
public int? RecordsPending { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordsPending. |
RecordsRejected
Gets or sets the RecordsRejected associated with this FaExportImportFile.
Declaration
public int? RecordsRejected { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordsRejected. |
RegenertedBatchIdentifier
Gets or sets the RegenertedBatchIdentifier associated with this FaExportImportFile.
Declaration
public string RegenertedBatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RegenertedBatchIdentifier. |
RejectMessage
Gets or sets the RejectMessage associated with this FaExportImportFile.
Declaration
public string RejectMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RejectMessage. |
SchoolIdentifier
Gets or sets the SchoolIdentifier associated with this FaExportImportFile.
Declaration
public string SchoolIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolIdentifier. |
SourceName
Gets or sets the SourceName associated with this FaExportImportFile.
Declaration
public string SourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceName. |
SscrStatus
Gets or sets the SscrStatus associated with this FaExportImportFile.
Declaration
public string SscrStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SscrStatus. |
SscrTimeStamp
Gets or sets the SscrTimeStamp associated with this FaExportImportFile.
Declaration
public string SscrTimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SscrTimeStamp. |
SyServiceProcessExportMasterId
Gets or sets the SyServiceProcessExportMasterId associated with this FaExportImportFile.
Declaration
public int? SyServiceProcessExportMasterId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SyServiceProcessExportMasterId. |
SyServiceProcessImportMasterId
Gets or sets the SyServiceProcessImportMasterId associated with this FaExportImportFile.
Declaration
public int? SyServiceProcessImportMasterId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SyServiceProcessImportMasterId. |
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. |