Class Servicer
This class represents the EntityModel interface to the faServicer database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Servicer
Constructors
Servicer()
Declaration
public Servicer()
Properties
BusinessHours
Gets or sets the BusinessHours associated with this Servicer.
Declaration
public string BusinessHours { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessHours. |
City
Gets or sets the City associated with this Servicer.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Code
Gets or sets the Code associated with this Servicer.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Country
Gets or sets the Country associated with this Servicer.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Country. |
CustomerServicePhoneNumber
Gets or sets the CustomerServicePhoneNumber associated with this Servicer.
Declaration
public string CustomerServicePhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CustomerServicePhoneNumber. |
DefaultGuarantorCode
Gets or sets the DefaultGuarantorCode associated with this Servicer.
Declaration
public string DefaultGuarantorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultGuarantorCode. |
DefaultServicerCode
Gets or sets the DefaultServicerCode associated with this Servicer.
Declaration
public string DefaultServicerCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultServicerCode. |
EmailAddress
Gets or sets the EmailAddress associated with this Servicer.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
FaxNumber
Gets or sets the FaxNumber associated with this Servicer.
Declaration
public string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaxNumber. |
FeeAmount1
Gets or sets the FeeAmount1 associated with this Servicer.
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 Servicer.
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 Servicer.
Declaration
public string FeeDescription1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeDescription1. |
FeeDescription2
Gets or sets the FeeDescription2 associated with this Servicer.
Declaration
public string FeeDescription2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeDescription2. |
FeeType1
Gets or sets the FeeType1 associated with this Servicer.
Declaration
public string FeeType1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeType1. |
FeeType2
Gets or sets the FeeType2 associated with this Servicer.
Declaration
public string FeeType2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeeType2. |
GuarantorIdentifier
Gets or sets the GuarantorIdentifier associated with this Servicer.
Declaration
public string GuarantorIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GuarantorIdentifier. |
Id
Gets or sets the Id associated with this Servicer.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this Servicer.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsCommonlineRecipient
Gets or sets the IsCommonlineRecipient associated with this Servicer.
Declaration
public bool IsCommonlineRecipient { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCommonlineRecipient. |
IsDirectLoan
Gets or sets the IsDirectLoan associated with this Servicer.
Declaration
public bool IsDirectLoan { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDirectLoan. |
IsGuarantor
Gets or sets the IsGuarantor associated with this Servicer.
Declaration
public bool IsGuarantor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGuarantor. |
IsLender
Gets or sets the IsLender associated with this Servicer.
Declaration
public bool IsLender { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLender. |
IsServicer
Gets or sets the IsServicer associated with this Servicer.
Declaration
public bool IsServicer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsServicer. |
LenderIdentifier
Gets or sets the LenderIdentifier associated with this Servicer.
Declaration
public string LenderIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LenderIdentifier. |
Name
Gets or sets the Name associated with this Servicer.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this Servicer.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
OrganizationId
Gets or sets the OrganizationId associated with this Servicer.
Declaration
public int? OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OrganizationId. |
PhoneNumber
Gets or sets the PhoneNumber associated with this Servicer.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
State
Gets or sets the State associated with this Servicer.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this Servicer.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
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. |