Class StudentAwardLoanApplicationEntity
This class represents the EntityModel interface to the FaLoanApplication database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardLoanApplicationEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardLoanApplicationEntity()
Declaration
public StudentAwardLoanApplicationEntity()
Fields
ApplicationSubmissionReasonProperty
The ApplicationSubmissionReason property.
Declaration
public static readonly EntityProperty ApplicationSubmissionReasonProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardRangeRequestedEndDateProperty
The AwardRangeRequestedEndDate property.
Declaration
public static readonly EntityProperty AwardRangeRequestedEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardRangeRequestedStartDateProperty
The AwardRangeRequestedStartDate property.
Declaration
public static readonly EntityProperty AwardRangeRequestedStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodCommentCodesProperty
The CodCommentCodes property.
Declaration
public static readonly EntityProperty CodCommentCodesProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCreditRequirementsMetProperty
The IsCreditRequirementsMet property.
Declaration
public static readonly EntityProperty IsCreditRequirementsMetProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEndorserApprovedProperty
The IsEndorserApproved property.
Declaration
public static readonly EntityProperty IsEndorserApprovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsLoanAmountUnknownProperty
The IsLoanAmountUnknown property.
Declaration
public static readonly EntityProperty IsLoanAmountUnknownProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPlusCounselingCompletedProperty
The IsPlusCounselingCompleted property.
Declaration
public static readonly EntityProperty IsPlusCounselingCompletedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReconsiderationEligibleProperty
The IsReconsiderationEligible property.
Declaration
public static readonly EntityProperty IsReconsiderationEligibleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSchoolCreditBalanceOptionProperty
The IsSchoolCreditBalanceOption property.
Declaration
public static readonly EntityProperty IsSchoolCreditBalanceOptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSixMonthDefermentOptionProperty
The IsSixMonthDefermentOption property.
Declaration
public static readonly EntityProperty IsSixMonthDefermentOptionProperty
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 |
PlusCounselingCompleteDateProperty
The PlusCounselingCompleteDate property.
Declaration
public static readonly EntityProperty PlusCounselingCompleteDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PlusCounselingExpirationDateProperty
The PlusCounselingExpirationDate property.
Declaration
public static readonly EntityProperty PlusCounselingExpirationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousApplicationIdentifierProperty
The PreviousApplicationIdentifier property.
Declaration
public static readonly EntityProperty PreviousApplicationIdentifierProperty
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 |
StudentAwardLoanIdProperty
The StudentAwardLoanId property.
Declaration
public static readonly EntityProperty StudentAwardLoanIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardLoanProperty
The StudentAwardLoan property.
Declaration
public static readonly EntityProperty StudentAwardLoanProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApplicationSubmissionReason
Gets or sets the ApplicationSubmissionReason associated with this StudentAwardLoanApplicationEntity.
Declaration
public string ApplicationSubmissionReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApplicationSubmissionReason. |
AwardRangeRequestedEndDate
Gets or sets the AwardRangeRequestedEndDate associated with this StudentAwardLoanApplicationEntity.
Declaration
public DateTime? AwardRangeRequestedEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AwardRangeRequestedEndDate. |
AwardRangeRequestedStartDate
Gets or sets the AwardRangeRequestedStartDate associated with this StudentAwardLoanApplicationEntity.
Declaration
public DateTime? AwardRangeRequestedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AwardRangeRequestedStartDate. |
CodCommentCodes
Gets or sets the CodCommentCodes associated with this StudentAwardLoanApplicationEntity.
Declaration
public string CodCommentCodes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CodCommentCodes. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardLoanApplicationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentAwardLoanApplicationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCreditRequirementsMet
Gets or sets the IsCreditRequirementsMet associated with this StudentAwardLoanApplicationEntity.
Declaration
public bool? IsCreditRequirementsMet { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsCreditRequirementsMet. |
IsEndorserApproved
Gets or sets the IsEndorserApproved associated with this StudentAwardLoanApplicationEntity.
Declaration
public bool? IsEndorserApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsEndorserApproved. |
IsLoanAmountUnknown
Gets or sets the IsLoanAmountUnknown associated with this StudentAwardLoanApplicationEntity.
Declaration
public bool? IsLoanAmountUnknown { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsLoanAmountUnknown. |
IsPlusCounselingCompleted
Gets or sets the IsPlusCounselingCompleted associated with this StudentAwardLoanApplicationEntity.
Declaration
public bool? IsPlusCounselingCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsPlusCounselingCompleted. |
IsReconsiderationEligible
Gets or sets the IsReconsiderationEligible associated with this StudentAwardLoanApplicationEntity.
Declaration
public bool? IsReconsiderationEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsReconsiderationEligible. |
IsSchoolCreditBalanceOption
Gets or sets the IsSchoolCreditBalanceOption associated with this StudentAwardLoanApplicationEntity.
Declaration
public bool? IsSchoolCreditBalanceOption { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsSchoolCreditBalanceOption. |
IsSixMonthDefermentOption
Gets or sets the IsSixMonthDefermentOption associated with this StudentAwardLoanApplicationEntity.
Declaration
public bool? IsSixMonthDefermentOption { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsSixMonthDefermentOption. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardLoanApplicationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardLoanApplicationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PlusCounselingCompleteDate
Gets or sets the PlusCounselingCompleteDate associated with this StudentAwardLoanApplicationEntity.
Declaration
public DateTime? PlusCounselingCompleteDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PlusCounselingCompleteDate. |
PlusCounselingExpirationDate
Gets or sets the PlusCounselingExpirationDate associated with this StudentAwardLoanApplicationEntity.
Declaration
public DateTime? PlusCounselingExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PlusCounselingExpirationDate. |
PreviousApplicationIdentifier
Gets or sets the PreviousApplicationIdentifier associated with this StudentAwardLoanApplicationEntity.
Declaration
public string PreviousApplicationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousApplicationIdentifier. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardLoanApplicationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAwardLoan
Declaration
public virtual StudentAwardLoanEntity StudentAwardLoan { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardLoanEntity |
StudentAwardLoanId
Gets or sets the StudentAwardLoanId associated with this StudentAwardLoanApplicationEntity.
Declaration
public int? StudentAwardLoanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardLoanId. |
StudentId
Gets or sets the StudentId associated with this StudentAwardLoanApplicationEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
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()