Class CommonlineResponse
This class represents the EntityModel interface to the FaCommonLineResponse database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CommonlineResponse
Constructors
CommonlineResponse()
Declaration
public CommonlineResponse()
Properties
BorrowerName
Gets or sets the BorrowerName associated with this CommonlineResponse.
Declaration
public string BorrowerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerName. |
BorrowerSSN
Gets or sets the BorrowerSSN associated with this CommonlineResponse.
Declaration
public string BorrowerSSN { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerSSN. |
CommonlineApplicationLoanPhase
Gets or sets the CommonlineApplicationLoanPhase associated with this CommonlineResponse.
Declaration
public string CommonlineApplicationLoanPhase { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CommonlineApplicationLoanPhase. |
CommonlineApplicationLoanPhaseDate
Gets or sets the CommonlineApplicationLoanPhaseDate associated with this CommonlineResponse.
Declaration
public DateTime? CommonlineApplicationLoanPhaseDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CommonlineApplicationLoanPhaseDate. |
CommonlineApplicationStatus
Gets or sets the CommonlineApplicationStatus associated with this CommonlineResponse.
Declaration
public string CommonlineApplicationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CommonlineApplicationStatus. |
CommonlineApplicationStatusDate
Gets or sets the CommonlineApplicationStatusDate associated with this CommonlineResponse.
Declaration
public DateTime? CommonlineApplicationStatusDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CommonlineApplicationStatusDate. |
CommonlineLoanIdentifier
Gets or sets the CommonlineLoanIdentifier associated with this CommonlineResponse.
Declaration
public string CommonlineLoanIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CommonlineLoanIdentifier. |
CommonlineLoanSequenceNumber
Gets or sets the CommonlineLoanSequenceNumber associated with this CommonlineResponse.
Declaration
public string CommonlineLoanSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CommonlineLoanSequenceNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CommonlineResponse.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ErrorMessage
Gets or sets the ErrorMessage associated with this CommonlineResponse.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ErrorMessage. |
FaExportImportFile
Declaration
public virtual FaExportImportFile FaExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
FaExportImportFile |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this CommonlineResponse.
Declaration
public int FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaExportImportFileId. |
GuaranteeReductionCode
Gets or sets the GuaranteeReductionCode associated with this CommonlineResponse.
Declaration
public string GuaranteeReductionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GuaranteeReductionCode. |
Id
Gets or sets the Id associated with this CommonlineResponse.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CommonlineResponse.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CommonlineResponse.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoanAmountApproved
Gets or sets the LoanAmountApproved associated with this CommonlineResponse.
Declaration
public decimal? LoanAmountApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The LoanAmountApproved. |
LoanAmountCertifiedDate
Gets or sets the LoanAmountCertifiedDate associated with this CommonlineResponse.
Declaration
public DateTime? LoanAmountCertifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LoanAmountCertifiedDate. |
LoanAmountGuaranteed
Gets or sets the LoanAmountGuaranteed associated with this CommonlineResponse.
Declaration
public decimal? LoanAmountGuaranteed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The LoanAmountGuaranteed. |
LoanAmountRequested
Gets or sets the LoanAmountRequested associated with this CommonlineResponse.
Declaration
public decimal? LoanAmountRequested { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The LoanAmountRequested. |
LoanGuaranteeDate
Gets or sets the LoanGuaranteeDate associated with this CommonlineResponse.
Declaration
public DateTime? LoanGuaranteeDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LoanGuaranteeDate. |
LoanType
Gets or sets the LoanType associated with this CommonlineResponse.
Declaration
public string LoanType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanType. |
RecordCode
Gets or sets the RecordCode associated with this CommonlineResponse.
Declaration
public string RecordCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordCode. |
RejectReason
Gets or sets the RejectReason associated with this CommonlineResponse.
Declaration
public string RejectReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RejectReason. |
Status
Gets or sets the Status associated with this CommonlineResponse.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAwardLoan
Declaration
public virtual StudentAwardLoan StudentAwardLoan { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardLoan |
StudentAwardLoanId
Gets or sets the StudentAwardLoanId associated with this CommonlineResponse.
Declaration
public int? StudentAwardLoanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardLoanId. |
ValueChangeLog
Gets or sets the ValueChangeLog associated with this CommonlineResponse.
Declaration
public string ValueChangeLog { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ValueChangeLog. |
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. |