Class StudentAcademicYearLoanPaymentPeriodEntity
This class represents the EntityModel interface to the FaStudentLPPaymentPeriod database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAcademicYearLoanPaymentPeriodEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAcademicYearLoanPaymentPeriodEntity()
Declaration
public StudentAcademicYearLoanPaymentPeriodEntity()
Fields
BorrowerBasedAcYrIwMilestoneDateProperty
The BorrowerBasedAcYrIwMilestoneDate property.
Declaration
public static readonly EntityProperty BorrowerBasedAcYrIwMilestoneDateProperty
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 |
CreditsProperty
The Credits property.
Declaration
public static readonly EntityProperty CreditsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EndDateProperty
The EndDate property.
Declaration
public static readonly EntityProperty EndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FullWeeksInPaymentPeriodProperty
The FullWeeksInPaymentPeriod property.
Declaration
public static readonly EntityProperty FullWeeksInPaymentPeriodProperty
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 |
IsAreaOfStudyTransferCompleteProperty
The IsAreaOfStudyTransferComplete property.
Declaration
public static readonly EntityProperty IsAreaOfStudyTransferCompleteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCompletedProperty
The IsCompleted property.
Declaration
public static readonly EntityProperty IsCompletedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsExcludedFromAutoAdjustmentProperty
The IsExcludedFromAutoAdjustment property.
Declaration
public static readonly EntityProperty IsExcludedFromAutoAdjustmentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsNotEligibleForTitleIvProperty
The IsNotEligibleForTitleIv property.
Declaration
public static readonly EntityProperty IsNotEligibleForTitleIvProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsScheduledCompleteProperty
The IsScheduledComplete property.
Declaration
public static readonly EntityProperty IsScheduledCompleteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IwMilestoneDateProperty
The IwMilestoneDate property.
Declaration
public static readonly EntityProperty IwMilestoneDateProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StartDateProperty
The StartDate property.
Declaration
public static readonly EntityProperty StartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentLoanPeriodIdProperty
The StudentLoanPeriodId property.
Declaration
public static readonly EntityProperty StudentLoanPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UnitsMilestoneDateProperty
The UnitsMilestoneDate property.
Declaration
public static readonly EntityProperty UnitsMilestoneDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WeeksProperty
The Weeks property.
Declaration
public static readonly EntityProperty WeeksProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BorrowerBasedAcYrIwMilestoneDate
Gets or sets the BorrowerBasedAcYrIwMilestoneDate associated with this StudentAcademicYearLoanPaymentPeriodEntity.
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 StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Credits
Gets or sets the Credits associated with this StudentAcademicYearLoanPaymentPeriodEntity.
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 StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EndDate. |
FullWeeksInPaymentPeriod
Gets or sets the FullWeeksInPaymentPeriod associated with this StudentAcademicYearLoanPaymentPeriodEntity.
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 StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAreaOfStudyTransferComplete
Gets or sets the IsAreaOfStudyTransferComplete associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public bool IsAreaOfStudyTransferComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAreaOfStudyTransferComplete. |
IsCompleted
Gets or sets the IsCompleted associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public bool? IsCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsCompleted. |
IsDateManuallyOverridden
Declaration
public bool IsDateManuallyOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExcludedFromAutoAdjustment
Gets or sets the IsExcludedFromAutoAdjustment associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public bool IsExcludedFromAutoAdjustment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedFromAutoAdjustment. |
IsNotEligibleForTitleIv
Gets or sets the IsNotEligibleForTitleIv associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public bool IsNotEligibleForTitleIv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNotEligibleForTitleIv. |
IsScheduledComplete
Gets or sets the IsScheduledComplete associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public bool IsScheduledComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsScheduledComplete. |
IwMilestoneDate
Gets or sets the IwMilestoneDate associated with this StudentAcademicYearLoanPaymentPeriodEntity.
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 StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
StartDate
Gets or sets the StartDate associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartDate. |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentLoanPeriodId
Gets or sets the StudentLoanPeriodId associated with this StudentAcademicYearLoanPaymentPeriodEntity.
Declaration
public int StudentLoanPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentLoanPeriodId. |
UnitsMilestoneDate
Gets or sets the UnitsMilestoneDate associated with this StudentAcademicYearLoanPaymentPeriodEntity.
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 StudentAcademicYearLoanPaymentPeriodEntity.
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()