Class Lender
This class represents the EntityModel interface to the faBank database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Lender
Constructors
Lender()
Declaration
public Lender()
Properties
BusinessHours
Gets or sets the BusinessHours associated with this Lender.
Declaration
public string BusinessHours { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessHours. |
Code
Gets or sets the Code associated with this Lender.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
DisbursementBatches
Declaration
public virtual ICollection<DisbursementBatch> DisbursementBatches { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DisbursementBatch> |
FeeAmount1
Gets or sets the FeeAmount1 associated with this Lender.
Declaration
public decimal? FeeAmount1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FeeAmount1. |
FeeAmount2
Gets or sets the FeeAmount2 associated with this Lender.
Declaration
public decimal? FeeAmount2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FeeAmount2. |
FeeDescription1
Gets or sets the FeeDescription1 associated with this Lender.
Declaration
public string FeeDescription1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeDescription1. |
FeeDescription2
Gets or sets the FeeDescription2 associated with this Lender.
Declaration
public string FeeDescription2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeDescription2. |
FeeType1
Gets or sets the FeeType1 associated with this Lender.
Declaration
public string FeeType1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeType1. |
FeeType2
Gets or sets the FeeType2 associated with this Lender.
Declaration
public string FeeType2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeType2. |
FirstInterestRate
Gets or sets the FirstInterestRate associated with this Lender.
Declaration
public decimal? FirstInterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FirstInterestRate. |
FirstInterestRateDescription
Gets or sets the FirstInterestRateDescription associated with this Lender.
Declaration
public string FirstInterestRateDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstInterestRateDescription. |
Id
Gets or sets the Id associated with this Lender.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this Lender.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDirectLoanLender
Gets or sets the IsDirectLoanLender associated with this Lender.
Declaration
public bool IsDirectLoanLender { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDirectLoanLender. |
LenderCode
Gets or sets the LenderCode associated with this Lender.
Declaration
public string LenderCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LenderCode. |
LenderNonEdBranchIdCode
Gets or sets the LenderNonEdBranchIdCode associated with this Lender.
Declaration
public string LenderNonEdBranchIdCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LenderNonEdBranchIdCode. |
Name
Gets or sets the Name associated with this Lender.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this Lender.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
SecondInterestRate
Gets or sets the SecondInterestRate associated with this Lender.
Declaration
public decimal? SecondInterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SecondInterestRate. |
SecondInterestRateDescription
Gets or sets the SecondInterestRateDescription associated with this Lender.
Declaration
public string SecondInterestRateDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SecondInterestRateDescription. |
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. |