Class DirectLoanRebuildFileProcessResultEntity
This class represents the EntityModel interface to the FaCodDLRebuildRptDetails_Regulatory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DirectLoanRebuildFileProcessResultEntity : Entity, IIdentifiable
Constructors
DirectLoanRebuildFileProcessResultEntity()
Declaration
public DirectLoanRebuildFileProcessResultEntity()
Fields
CampusCodeProperty
The CampusCode property.
Declaration
public static readonly EntityProperty CampusCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementAmountProperty
The DisbursementAmount property.
Declaration
public static readonly EntityProperty DisbursementAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementNumberProperty
The DisbursementNumber property.
Declaration
public static readonly EntityProperty DisbursementNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementSequenceProperty
The DisbursementSequence property.
Declaration
public static readonly EntityProperty DisbursementSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaExportImportFileIdProperty
The FaExportImportFileId property.
Declaration
public static readonly EntityProperty FaExportImportFileIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FailedReasonProperty
The FailedReason property.
Declaration
public static readonly EntityProperty FailedReasonProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InformedBorrowingProperty
The InformedBorrowing property.
Declaration
public static readonly EntityProperty InformedBorrowingProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsProcessingDoneProperty
The IsProcessingDone property.
Declaration
public static readonly EntityProperty IsProcessingDoneProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LoanAmountProperty
The LoanAmount property.
Declaration
public static readonly EntityProperty LoanAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LoanIdentifierProperty
The LoanIdentifier property.
Declaration
public static readonly EntityProperty LoanIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessReportDataResultIdProperty
The ProcessReportDataResultId property.
Declaration
public static readonly EntityProperty ProcessReportDataResultIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessReportMetaDataIdProperty
The ProcessReportMetaDataId property.
Declaration
public static readonly EntityProperty ProcessReportMetaDataIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecordTypeProperty
The RecordType property.
Declaration
public static readonly EntityProperty RecordTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegulatoryJobIdProperty
The RegulatoryJobId property.
Declaration
public static readonly EntityProperty RegulatoryJobIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SsnProperty
The Ssn property.
Declaration
public static readonly EntityProperty SsnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentNameProperty
The StudentName property.
Declaration
public static readonly EntityProperty StudentNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UpdatedProperty
The Updated property.
Declaration
public static readonly EntityProperty UpdatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusCode
Gets or sets the CampusCode associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCode. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementAmount
Gets or sets the DisbursementAmount associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string DisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementAmount. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementNumber. |
DisbursementSequence
Gets or sets the DisbursementSequence associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string DisbursementSequence { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementSequence. |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public int FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaExportImportFileId. |
FailedReason
Gets or sets the FailedReason associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string FailedReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FailedReason. |
Id
Gets or sets the Id associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InformedBorrowing
Gets or sets the InformedBorrowing associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string InformedBorrowing { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InformedBorrowing. |
IsProcessingDone
Gets or sets the IsProcessingDone associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public bool IsProcessingDone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessingDone. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoanAmount
Gets or sets the LoanAmount associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string LoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanAmount. |
LoanIdentifier
Gets or sets the LoanIdentifier associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string LoanIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanIdentifier. |
ProcessReportDataResultId
Gets or sets the ProcessReportDataResultId associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public int ProcessReportDataResultId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProcessReportDataResultId. |
ProcessReportMetaDataId
Gets or sets the ProcessReportMetaDataId associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public int ProcessReportMetaDataId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProcessReportMetaDataId. |
RecordType
Gets or sets the RecordType associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string RecordType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordType. |
RegulatoryJobId
Gets or sets the RegulatoryJobId associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public int? RegulatoryJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegulatoryJobId. |
RowVersion
Gets or sets the RowVersion associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Ssn
Gets or sets the Ssn associated with this DirectLoanRebuildFileProcessResultEntity.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StudentId
Gets or sets the StudentId associated with this DirectLoanRebuildFileProcessResultEntity.
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 DirectLoanRebuildFileProcessResultEntity.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
Updated
Gets or sets the Updated associated with this DirectLoanRebuildFileProcessResultEntity.
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()