Class StudentAcademicYearLoanPaymentPeriod
This class represents the EntityModel interface to the FaStudentLPPaymentPeriod database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAcademicYearLoanPaymentPeriod
Constructors
StudentAcademicYearLoanPaymentPeriod()
Declaration
public StudentAcademicYearLoanPaymentPeriod()
Properties
BorrowerBasedAcYrIwMilestoneDate
Gets or sets the BorrowerBasedAcYrIwMilestoneDate associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public DateTime? BorrowerBasedAcYrIwMilestoneDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BorrowerBasedAcYrIwMilestoneDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Credits
Gets or sets the Credits associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public decimal? Credits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Credits. |
EndDate
Gets or sets the EndDate associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EndDate. |
FullWeeksInPaymentPeriod
Gets or sets the FullWeeksInPaymentPeriod associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public decimal? FullWeeksInPaymentPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FullWeeksInPaymentPeriod. |
Id
Gets or sets the Id associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAreaOfStudyTransferComplete
Gets or sets the IsAreaOfStudyTransferComplete associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public bool IsAreaOfStudyTransferComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAreaOfStudyTransferComplete. |
IsCompleted
Gets or sets the IsCompleted associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public bool? IsCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsCompleted. |
IsExcludedFromAutoAdjustment
Gets or sets the IsExcludedFromAutoAdjustment associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public bool IsExcludedFromAutoAdjustment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedFromAutoAdjustment. |
IsNotEligibleForTitleIv
Gets or sets the IsNotEligibleForTitleIv associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public bool IsNotEligibleForTitleIv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNotEligibleForTitleIv. |
IsScheduledComplete
Gets or sets the IsScheduledComplete associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public bool IsScheduledComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsScheduledComplete. |
IwMilestoneDate
Gets or sets the IwMilestoneDate associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public DateTime? IwMilestoneDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IwMilestoneDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Sequence
Gets or sets the Sequence associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
StartDate
Gets or sets the StartDate associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartDate. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentLoanPeriod
Declaration
public virtual StudentLoanPeriod StudentLoanPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentLoanPeriod |
StudentLoanPeriodId
Gets or sets the StudentLoanPeriodId associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public int StudentLoanPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentLoanPeriodId. |
StudentRt4Calculation
Declaration
public virtual ICollection<StudentRt4Calculation> StudentRt4Calculation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRt4Calculation> |
UnitsMilestoneDate
Gets or sets the UnitsMilestoneDate associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public DateTime? UnitsMilestoneDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The UnitsMilestoneDate. |
Weeks
Gets or sets the Weeks associated with this StudentAcademicYearLoanPaymentPeriod.
Declaration
public decimal? Weeks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Weeks. |
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. |