Class DelinquentBorrowerDetail
This class represents the EntityModel interface to the FaDelinquentBorrowerDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DelinquentBorrowerDetail
Constructors
DelinquentBorrowerDetail()
Declaration
public DelinquentBorrowerDetail()
Properties
AnniversaryDate
Gets or sets the AnniversaryDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? AnniversaryDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AnniversaryDate. |
AwardDateProviderIdentifier
Gets or sets the AwardDateProviderIdentifier associated with this DelinquentBorrowerDetail.
Declaration
public string AwardDateProviderIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardDateProviderIdentifier. |
BalanceOwed
Gets or sets the BalanceOwed associated with this DelinquentBorrowerDetail.
Declaration
public decimal? BalanceOwed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BalanceOwed. |
BorrowerBirthDate
Gets or sets the BorrowerBirthDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? BorrowerBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BorrowerBirthDate. |
BorrowerFirstName
Gets or sets the BorrowerFirstName associated with this DelinquentBorrowerDetail.
Declaration
public string BorrowerFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerFirstName. |
BorrowerLastName
Gets or sets the BorrowerLastName associated with this DelinquentBorrowerDetail.
Declaration
public string BorrowerLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerLastName. |
BorrowerMiddleName
Gets or sets the BorrowerMiddleName associated with this DelinquentBorrowerDetail.
Declaration
public string BorrowerMiddleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerMiddleName. |
BorrowerSsn
Gets or sets the BorrowerSsn associated with this DelinquentBorrowerDetail.
Declaration
public string BorrowerSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerSsn. |
BusinessPhoneNumber
Gets or sets the BusinessPhoneNumber associated with this DelinquentBorrowerDetail.
Declaration
public string BusinessPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessPhoneNumber. |
CellPhoneNumber
Gets or sets the CellPhoneNumber associated with this DelinquentBorrowerDetail.
Declaration
public string CellPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CellPhoneNumber. |
City
Gets or sets the City associated with this DelinquentBorrowerDetail.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
ConsolidationIndicator
Gets or sets the ConsolidationIndicator associated with this DelinquentBorrowerDetail.
Declaration
public string ConsolidationIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConsolidationIndicator. |
ConsolidationIndicatorIdentifier
Gets or sets the ConsolidationIndicatorIdentifier associated with this DelinquentBorrowerDetail.
Declaration
public string ConsolidationIndicatorIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConsolidationIndicatorIdentifier. |
Country
Gets or sets the Country associated with this DelinquentBorrowerDetail.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Country. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DelinquentBorrowerDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CumulativeTotalPaymentAmount
Gets or sets the CumulativeTotalPaymentAmount associated with this DelinquentBorrowerDetail.
Declaration
public decimal? CumulativeTotalPaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeTotalPaymentAmount. |
DefaultCohortRateDate
Gets or sets the DefaultCohortRateDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? DefaultCohortRateDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DefaultCohortRateDate. |
DefaultLoanStatusDate
Gets or sets the DefaultLoanStatusDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? DefaultLoanStatusDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DefaultLoanStatusDate. |
DelinquentBorrowerHeaderId
Gets or sets the DelinquentBorrowerHeaderId associated with this DelinquentBorrowerDetail.
Declaration
public int DelinquentBorrowerHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DelinquentBorrowerHeaderId. |
DelinquentDate
Gets or sets the DelinquentDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? DelinquentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DelinquentDate. |
DelinquentDays
Gets or sets the DelinquentDays associated with this DelinquentBorrowerDetail.
Declaration
public string DelinquentDays { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelinquentDays. |
DisclosureDate
Gets or sets the DisclosureDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? DisclosureDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DisclosureDate. |
EmailAddress
Gets or sets the EmailAddress associated with this DelinquentBorrowerDetail.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
FeesOwed
Gets or sets the FeesOwed associated with this DelinquentBorrowerDetail.
Declaration
public decimal? FeesOwed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FeesOwed. |
FirstPaymentDueDate
Gets or sets the FirstPaymentDueDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? FirstPaymentDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FirstPaymentDueDate. |
HomePhoneNumber
Gets or sets the HomePhoneNumber associated with this DelinquentBorrowerDetail.
Declaration
public string HomePhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HomePhoneNumber. |
Id
Gets or sets the Id associated with this DelinquentBorrowerDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAddressValid
Gets or sets the IsAddressValid associated with this DelinquentBorrowerDetail.
Declaration
public string IsAddressValid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsAddressValid. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DelinquentBorrowerDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DelinquentBorrowerDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoanAmount
Gets or sets the LoanAmount associated with this DelinquentBorrowerDetail.
Declaration
public decimal? LoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The LoanAmount. |
LoanDate
Gets or sets the LoanDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? LoanDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LoanDate. |
LoanType
Gets or sets the LoanType associated with this DelinquentBorrowerDetail.
Declaration
public string LoanType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanType. |
MaturityDate
Gets or sets the MaturityDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? MaturityDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The MaturityDate. |
MonthlyPaymentAmount
Gets or sets the MonthlyPaymentAmount associated with this DelinquentBorrowerDetail.
Declaration
public decimal? MonthlyPaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MonthlyPaymentAmount. |
NextPaymentDate
Gets or sets the NextPaymentDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? NextPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NextPaymentDate. |
OriginalSchoolBranchCode
Gets or sets the OriginalSchoolBranchCode associated with this DelinquentBorrowerDetail.
Declaration
public string OriginalSchoolBranchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OriginalSchoolBranchCode. |
OriginalSchoolCode
Gets or sets the OriginalSchoolCode associated with this DelinquentBorrowerDetail.
Declaration
public string OriginalSchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OriginalSchoolCode. |
PostalCode
Gets or sets the PostalCode associated with this DelinquentBorrowerDetail.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
PrincipalOwed
Gets or sets the PrincipalOwed associated with this DelinquentBorrowerDetail.
Declaration
public decimal? PrincipalOwed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PrincipalOwed. |
RecentPaymentEffectiveDate
Gets or sets the RecentPaymentEffectiveDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? RecentPaymentEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RecentPaymentEffectiveDate. |
RepaymentPlanType
Gets or sets the RepaymentPlanType associated with this DelinquentBorrowerDetail.
Declaration
public string RepaymentPlanType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RepaymentPlanType. |
ServicerCode
Gets or sets the ServicerCode associated with this DelinquentBorrowerDetail.
Declaration
public string ServicerCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServicerCode. |
ServicerName
Gets or sets the ServicerName associated with this DelinquentBorrowerDetail.
Declaration
public string ServicerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServicerName. |
ServicerPhoneNumber
Gets or sets the ServicerPhoneNumber associated with this DelinquentBorrowerDetail.
Declaration
public string ServicerPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServicerPhoneNumber. |
State
Gets or sets the State associated with this DelinquentBorrowerDetail.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddressLine1
Gets or sets the StreetAddressLine1 associated with this DelinquentBorrowerDetail.
Declaration
public string StreetAddressLine1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddressLine1. |
StreetAddressLine2
Gets or sets the StreetAddressLine2 associated with this DelinquentBorrowerDetail.
Declaration
public string StreetAddressLine2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddressLine2. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentBirthDate
Gets or sets the StudentBirthDate associated with this DelinquentBorrowerDetail.
Declaration
public DateTime? StudentBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StudentBirthDate. |
StudentFirstName
Gets or sets the StudentFirstName associated with this DelinquentBorrowerDetail.
Declaration
public string StudentFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentFirstName. |
StudentId
Gets or sets the StudentId associated with this DelinquentBorrowerDetail.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentSsn
Gets or sets the StudentSsn associated with this DelinquentBorrowerDetail.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
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. |