Class DirectLoanRebuildFileProcessResult
This class represents the EntityModel interface to the FaCodDLRebuildRptDetails_Regulatory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DirectLoanRebuildFileProcessResult
Constructors
DirectLoanRebuildFileProcessResult()
Declaration
public DirectLoanRebuildFileProcessResult()
Properties
CampusCode
Gets or sets the CampusCode associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCode. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DirectLoanRebuildFileProcessResult.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementAmount
Gets or sets the DisbursementAmount associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string DisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementAmount. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementNumber. |
DisbursementSequence
Gets or sets the DisbursementSequence associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string DisbursementSequence { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementSequence. |
FaExportImportFile
Declaration
public virtual FaExportImportFile FaExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
FaExportImportFile |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this DirectLoanRebuildFileProcessResult.
Declaration
public int FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaExportImportFileId. |
FailedReason
Gets or sets the FailedReason associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string FailedReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FailedReason. |
Id
Gets or sets the Id associated with this DirectLoanRebuildFileProcessResult.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InformedBorrowing
Gets or sets the InformedBorrowing associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string InformedBorrowing { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InformedBorrowing. |
IsProcessingDone
Gets or sets the IsProcessingDone associated with this DirectLoanRebuildFileProcessResult.
Declaration
public bool IsProcessingDone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessingDone. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DirectLoanRebuildFileProcessResult.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoanAmount
Gets or sets the LoanAmount associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string LoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanAmount. |
LoanIdentifier
Gets or sets the LoanIdentifier associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string LoanIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanIdentifier. |
ProcessReportDataResult
Declaration
public virtual ProcessReportDataResult ProcessReportDataResult { get; set; }
Property Value
Type | Description |
---|---|
ProcessReportDataResult |
ProcessReportDataResultId
Gets or sets the ProcessReportDataResultId associated with this DirectLoanRebuildFileProcessResult.
Declaration
public int ProcessReportDataResultId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProcessReportDataResultId. |
ProcessReportMetaData
Declaration
public virtual ProcessReportMetaData ProcessReportMetaData { get; set; }
Property Value
Type | Description |
---|---|
ProcessReportMetaData |
ProcessReportMetaDataId
Gets or sets the ProcessReportMetaDataId associated with this DirectLoanRebuildFileProcessResult.
Declaration
public int ProcessReportMetaDataId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProcessReportMetaDataId. |
RecordType
Gets or sets the RecordType associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string RecordType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordType. |
RegulatoryJob
Declaration
public virtual RegulatoryJob RegulatoryJob { get; set; }
Property Value
Type | Description |
---|---|
RegulatoryJob |
RegulatoryJobId
Gets or sets the RegulatoryJobId associated with this DirectLoanRebuildFileProcessResult.
Declaration
public int? RegulatoryJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegulatoryJobId. |
Ssn
Gets or sets the Ssn associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this DirectLoanRebuildFileProcessResult.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentName
Gets or sets the StudentName associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
Updated
Gets or sets the Updated associated with this DirectLoanRebuildFileProcessResult.
Declaration
public string Updated { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Updated. |
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. |