Class StudentAwardLoanApplication
This class represents the EntityModel interface to the FaLoanApplication database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAwardLoanApplication
Constructors
StudentAwardLoanApplication()
Declaration
public StudentAwardLoanApplication()
Properties
ApplicationSubmissionReason
Gets or sets the ApplicationSubmissionReason associated with this StudentAwardLoanApplication.
Declaration
public string ApplicationSubmissionReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApplicationSubmissionReason. |
AwardRangeRequestedEndDate
Gets or sets the AwardRangeRequestedEndDate associated with this StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
Declaration
public string CodCommentCodes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CodCommentCodes. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardLoanApplication.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentAwardLoanApplication.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCreditRequirementsMet
Gets or sets the IsCreditRequirementsMet associated with this StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardLoanApplication.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PlusCounselingCompleteDate
Gets or sets the PlusCounselingCompleteDate associated with this StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
Declaration
public string PreviousApplicationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousApplicationIdentifier. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAwardLoan
Declaration
public virtual StudentAwardLoan StudentAwardLoan { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardLoan |
StudentAwardLoanId
Gets or sets the StudentAwardLoanId associated with this StudentAwardLoanApplication.
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 StudentAwardLoanApplication.
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()
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. |