Class DelinquentBorrowerHeader
This class represents the EntityModel interface to the FaDelinquentBorrowerHeader database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DelinquentBorrowerHeader
Constructors
DelinquentBorrowerHeader()
Declaration
public DelinquentBorrowerHeader()
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this DelinquentBorrowerHeader.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BranchCode
Gets or sets the BranchCode associated with this DelinquentBorrowerHeader.
Declaration
public string BranchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BranchCode. |
CohortYear
Gets or sets the CohortYear associated with this DelinquentBorrowerHeader.
Declaration
public string CohortYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CohortYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DelinquentBorrowerHeader.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DelinquentPeriod1
Gets or sets the DelinquentPeriod1 associated with this DelinquentBorrowerHeader.
Declaration
public string DelinquentPeriod1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelinquentPeriod1. |
DelinquentPeriod2
Gets or sets the DelinquentPeriod2 associated with this DelinquentBorrowerHeader.
Declaration
public string DelinquentPeriod2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelinquentPeriod2. |
DelinquentPeriod3
Gets or sets the DelinquentPeriod3 associated with this DelinquentBorrowerHeader.
Declaration
public string DelinquentPeriod3 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelinquentPeriod3. |
DelinquentPeriod4
Gets or sets the DelinquentPeriod4 associated with this DelinquentBorrowerHeader.
Declaration
public string DelinquentPeriod4 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelinquentPeriod4. |
DelinquentPeriod5
Gets or sets the DelinquentPeriod5 associated with this DelinquentBorrowerHeader.
Declaration
public string DelinquentPeriod5 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelinquentPeriod5. |
DelinquentPeriod6
Gets or sets the DelinquentPeriod6 associated with this DelinquentBorrowerHeader.
Declaration
public string DelinquentPeriod6 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelinquentPeriod6. |
Details
Declaration
public virtual ICollection<DelinquentBorrowerDetail> Details { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DelinquentBorrowerDetail> |
FederalLoanServicerIdentifier
Gets or sets the FederalLoanServicerIdentifier associated with this DelinquentBorrowerHeader.
Declaration
public string FederalLoanServicerIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FederalLoanServicerIdentifier. |
Id
Gets or sets the Id associated with this DelinquentBorrowerHeader.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DelinquentBorrowerHeader.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DelinquentBorrowerHeader.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReportIdentifier
Gets or sets the ReportIdentifier associated with this DelinquentBorrowerHeader.
Declaration
public string ReportIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportIdentifier. |
SchoolCode
Gets or sets the SchoolCode associated with this DelinquentBorrowerHeader.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
SortBy
Gets or sets the SortBy associated with this DelinquentBorrowerHeader.
Declaration
public string SortBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SortBy. |
SubmittalTimeStamp
Gets or sets the SubmittalTimeStamp associated with this DelinquentBorrowerHeader.
Declaration
public string SubmittalTimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SubmittalTimeStamp. |
Title
Gets or sets the Title associated with this DelinquentBorrowerHeader.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Title. |
Trailer
Declaration
public virtual ICollection<DelinquentBorrowerTrailer> Trailer { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DelinquentBorrowerTrailer> |
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. |