Class CodInformedBorrowerEntity
This class represents the EntityModel interface to the FaCodBorrower_Regulatory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CodInformedBorrowerEntity : Entity, IIdentifiable, IAuditable
Constructors
CodInformedBorrowerEntity()
Declaration
public CodInformedBorrowerEntity()
Fields
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchIdentifierProperty
The BatchIdentifier property.
Declaration
public static readonly EntityProperty BatchIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BorrowerBirthDateProperty
The BorrowerBirthDate property.
Declaration
public static readonly EntityProperty BorrowerBirthDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BorrowerLastNameProperty
The BorrowerLastName property.
Declaration
public static readonly EntityProperty BorrowerLastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BorrowerSsnProperty
The BorrowerSsn property.
Declaration
public static readonly EntityProperty BorrowerSsnProperty
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 |
DirectLoansProperty
The DirectLoans property.
Declaration
public static readonly EntityProperty DirectLoansProperty
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 |
InformedBorrowingCompletionDateProperty
The InformedBorrowingCompletionDate property.
Declaration
public static readonly EntityProperty InformedBorrowingCompletionDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InformedBorrowingIdentifierProperty
The InformedBorrowingIdentifier property.
Declaration
public static readonly EntityProperty InformedBorrowingIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this CodInformedBorrowerEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this CodInformedBorrowerEntity.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BorrowerBirthDate
Gets or sets the BorrowerBirthDate associated with this CodInformedBorrowerEntity.
Declaration
public DateTime BorrowerBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BorrowerBirthDate. |
BorrowerLastName
Gets or sets the BorrowerLastName associated with this CodInformedBorrowerEntity.
Declaration
public string BorrowerLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerLastName. |
BorrowerSsn
Gets or sets the BorrowerSsn associated with this CodInformedBorrowerEntity.
Declaration
public string BorrowerSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerSsn. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CodInformedBorrowerEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DirectLoans
Declaration
public virtual EntityCollection<CodInformedBorrowerDirectLoanEntity> DirectLoans { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<CodInformedBorrowerDirectLoanEntity> |
Id
Gets or sets the Id associated with this CodInformedBorrowerEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InformedBorrowingCompletionDate
Gets or sets the InformedBorrowingCompletionDate associated with this CodInformedBorrowerEntity.
Declaration
public DateTime InformedBorrowingCompletionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The InformedBorrowingCompletionDate. |
InformedBorrowingIdentifier
Gets or sets the InformedBorrowingIdentifier associated with this CodInformedBorrowerEntity.
Declaration
public string InformedBorrowingIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InformedBorrowingIdentifier. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CodInformedBorrowerEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CodInformedBorrowerEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this CodInformedBorrowerEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()