Class FundSourceLendingInstitutionEntity
This class represents the EntityModel interface to the FaFundSourceBanks database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FundSourceLendingInstitutionEntity : Entity, IIdentifiable
Constructors
FundSourceLendingInstitutionEntity()
Declaration
public FundSourceLendingInstitutionEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GuarantorLendingInstitutionIdProperty
The GuarantorLendingInstitutionId property.
Declaration
public static readonly EntityProperty GuarantorLendingInstitutionIdProperty
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 |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LenderLendingInstitutionIdProperty
The LenderLendingInstitutionId property.
Declaration
public static readonly EntityProperty LenderLendingInstitutionIdProperty
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 |
ServicerLendingInstitutionIdProperty
The ServicerLendingInstitutionId property.
Declaration
public static readonly EntityProperty ServicerLendingInstitutionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusId
Gets or sets the CampusId associated with this FundSourceLendingInstitutionEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FundSourceLendingInstitutionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FundSourceId
Gets or sets the FundSourceId associated with this FundSourceLendingInstitutionEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
GuarantorLendingInstitutionId
Gets or sets the GuarantorLendingInstitutionId associated with this FundSourceLendingInstitutionEntity.
Declaration
public int? GuarantorLendingInstitutionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GuarantorLendingInstitutionId. |
GuarantorName
Declaration
public string GuarantorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the Id associated with this FundSourceLendingInstitutionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FundSourceLendingInstitutionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LenderLendingInstitutionId
Gets or sets the LenderLendingInstitutionId associated with this FundSourceLendingInstitutionEntity.
Declaration
public int? LenderLendingInstitutionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LenderLendingInstitutionId. |
LenderName
Declaration
public string LenderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowVersion
Gets or sets the RowVersion associated with this FundSourceLendingInstitutionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ServicerLendingInstitutionId
Gets or sets the ServicerLendingInstitutionId associated with this FundSourceLendingInstitutionEntity.
Declaration
public int? ServicerLendingInstitutionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ServicerLendingInstitutionId. |
ServicerName
Declaration
public string ServicerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()