Class StudentNsldsPortfolioHeaderEntity
This class represents the EntityModel interface to the FaNsldsStudentPortfolioHeader_FAA database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentNsldsPortfolioHeaderEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentNsldsPortfolioHeaderEntity()
Declaration
public StudentNsldsPortfolioHeaderEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
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 |
LoanProgramTypeProperty
The LoanProgramType property.
Declaration
public static readonly EntityProperty LoanProgramTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LoanStatusCategoryProperty
The LoanStatusCategory property.
Declaration
public static readonly EntityProperty LoanStatusCategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RepaymentBeginDateProperty
The RepaymentBeginDate property.
Declaration
public static readonly EntityProperty RepaymentBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RepaymentEndDateProperty
The RepaymentEndDate property.
Declaration
public static readonly EntityProperty RepaymentEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReportDateTimeProperty
The ReportDateTime property.
Declaration
public static readonly EntityProperty ReportDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReportIdentifierProperty
The ReportIdentifier property.
Declaration
public static readonly EntityProperty ReportIdentifierProperty
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 |
SchoolCodeProperty
The SchoolCode property.
Declaration
public static readonly EntityProperty SchoolCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolLocationCodeProperty
The SchoolLocationCode property.
Declaration
public static readonly EntityProperty SchoolLocationCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoanProgramType
Gets or sets the LoanProgramType associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public string LoanProgramType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanProgramType. |
LoanStatusCategory
Gets or sets the LoanStatusCategory associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public string LoanStatusCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanStatusCategory. |
RepaymentBeginDate
Gets or sets the RepaymentBeginDate associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public DateTime RepaymentBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RepaymentBeginDate. |
RepaymentEndDate
Gets or sets the RepaymentEndDate associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public DateTime RepaymentEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RepaymentEndDate. |
ReportDateTime
Gets or sets the ReportDateTime associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public DateTime ReportDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ReportDateTime. |
ReportIdentifier
Gets or sets the ReportIdentifier associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public string ReportIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportIdentifier. |
RowVersion
Gets or sets the RowVersion associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolCode
Gets or sets the SchoolCode associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
SchoolLocationCode
Gets or sets the SchoolLocationCode associated with this StudentNsldsPortfolioHeaderEntity.
Declaration
public string SchoolLocationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolLocationCode. |
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()