Class StudentAcademicYear
This class represents the EntityModel interface to the FaStudentAY database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAcademicYear
Constructors
StudentAcademicYear()
Declaration
public StudentAcademicYear()
Properties
AcademicYear
Declaration
public virtual AcademicYear AcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| AcademicYear |
AcademicYearId
Gets or sets the AcademicYearId associated with this StudentAcademicYear.
Declaration
public int? AcademicYearId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The AcademicYearId. |
AcYrNote
Gets or sets the AcYrNote associated with this StudentAcademicYear.
Declaration
public string AcYrNote { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AcYrNote. |
AssociatedBudget
Declaration
public virtual Budget AssociatedBudget { get; set; }
Property Value
| Type | Description |
|---|---|
| Budget |
AutoAwardConfigurationId
Gets or sets the AutoAwardConfigurationId associated with this StudentAcademicYear.
Declaration
public int? AutoAwardConfigurationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The AutoAwardConfigurationId. |
AutoAwardEnrollmentStatus
Declaration
public virtual EnrollmentStatus AutoAwardEnrollmentStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| EnrollmentStatus |
AutoAwardEnrollmentStatusId
Gets or sets the AutoAwardEnrollmentStatusId associated with this StudentAcademicYear.
Declaration
public int? AutoAwardEnrollmentStatusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The AutoAwardEnrollmentStatusId. |
AutoAwardEvaluationType
Gets or sets the AutoAwardEvaluationType associated with this StudentAcademicYear.
Declaration
public string AutoAwardEvaluationType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AutoAwardEvaluationType. |
AutoAwardInitialCalculationDate
Gets or sets the AutoAwardInitialCalculationDate associated with this StudentAcademicYear.
Declaration
public DateTime? AutoAwardInitialCalculationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The AutoAwardInitialCalculationDate. |
AutoAwardRepackageCalculationDate
Gets or sets the AutoAwardRepackageCalculationDate associated with this StudentAcademicYear.
Declaration
public DateTime? AutoAwardRepackageCalculationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The AutoAwardRepackageCalculationDate. |
AutoAwardRequestProcess
Gets or sets the AutoAwardRequestProcess associated with this StudentAcademicYear.
Declaration
public string AutoAwardRequestProcess { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AutoAwardRequestProcess. |
AwardNoticePrintedDate
Gets or sets the AwardNoticePrintedDate associated with this StudentAcademicYear.
Declaration
public DateTime? AwardNoticePrintedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The AwardNoticePrintedDate. |
AwardNoticeSigned
Gets or sets the AwardNoticeSigned associated with this StudentAcademicYear.
Declaration
public DateTime? AwardNoticeSigned { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The AwardNoticeSigned. |
BilledDate
Gets or sets the BilledDate associated with this StudentAcademicYear.
Declaration
public DateTime? BilledDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The BilledDate. |
BooksSupplies
Gets or sets the BooksSupplies associated with this StudentAcademicYear.
Declaration
public decimal? BooksSupplies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The BooksSupplies. |
BooksSuppliesDescription
Gets or sets the BooksSuppliesDescription associated with this StudentAcademicYear.
Declaration
public string BooksSuppliesDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BooksSuppliesDescription. |
BudgetId
Gets or sets the BudgetId associated with this StudentAcademicYear.
Declaration
public int? BudgetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The BudgetId. |
BudgetRecordIdentifier
Gets or sets the BudgetRecordIdentifier associated with this StudentAcademicYear.
Declaration
public string BudgetRecordIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BudgetRecordIdentifier. |
Comments
Declaration
public virtual ICollection<StudentAcademicYearComment> Comments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<StudentAcademicYearComment> |
CostOfAttendance
Gets or sets the CostOfAttendance associated with this StudentAcademicYear.
Declaration
public decimal? CostOfAttendance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The CostOfAttendance. |
CounselingCompleteDate
Gets or sets the CounselingCompleteDate associated with this StudentAcademicYear.
Declaration
public DateTime? CounselingCompleteDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The CounselingCompleteDate. |
CounselingType
Gets or sets the CounselingType associated with this StudentAcademicYear.
Declaration
public string CounselingType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CounselingType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAcademicYear.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
CreditHoursExpectedToComplete
Gets or sets the CreditHoursExpectedToComplete associated with this StudentAcademicYear.
Declaration
public decimal? CreditHoursExpectedToComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The CreditHoursExpectedToComplete. |
CreditHoursInAcademicYear
Gets or sets the CreditHoursInAcademicYear associated with this StudentAcademicYear.
Declaration
public decimal? CreditHoursInAcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The CreditHoursInAcademicYear. |
EndDate
Gets or sets the EndDate associated with this StudentAcademicYear.
Declaration
public DateTime EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The EndDate. |
FaAdvisor
Declaration
public virtual Staff FaAdvisor { get; set; }
Property Value
| Type | Description |
|---|---|
| Staff |
FaAdvisorId
Gets or sets the FaAdvisorId associated with this StudentAcademicYear.
Declaration
public int? FaAdvisorId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The FaAdvisorId. |
FirstAwardYear
Gets or sets the FirstAwardYear associated with this StudentAcademicYear.
Declaration
public string FirstAwardYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The FirstAwardYear. |
GradeLevel
Declaration
public virtual GradeLevel GradeLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| GradeLevel |
GradeLevelId
Gets or sets the GradeLevelId associated with this StudentAcademicYear.
Declaration
public int? GradeLevelId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The GradeLevelId. |
HousingStatusCode
Gets or sets the HousingStatusCode associated with this StudentAcademicYear.
Declaration
public string HousingStatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The HousingStatusCode. |
HppaLevel
Gets or sets the HppaLevel associated with this StudentAcademicYear.
Declaration
public string HppaLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The HppaLevel. |
Id
Gets or sets the Id associated with this StudentAcademicYear.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
InstitutionalCharges
Gets or sets the InstitutionalCharges associated with this StudentAcademicYear.
Declaration
public decimal? InstitutionalCharges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The InstitutionalCharges. |
IsAutoAwardBudgetLock
Gets or sets the IsAutoAwardBudgetLock associated with this StudentAcademicYear.
Declaration
public bool IsAutoAwardBudgetLock { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsAutoAwardBudgetLock. |
IsAutoAwardPackageLock
Gets or sets the IsAutoAwardPackageLock associated with this StudentAcademicYear.
Declaration
public bool IsAutoAwardPackageLock { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsAutoAwardPackageLock. |
IsBankFeesLocked
Gets or sets the IsBankFeesLocked associated with this StudentAcademicYear.
Declaration
public bool IsBankFeesLocked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsBankFeesLocked. |
IsBooksSuppliesInstitutional
Gets or sets the IsBooksSuppliesInstitutional associated with this StudentAcademicYear.
Declaration
public bool IsBooksSuppliesInstitutional { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsBooksSuppliesInstitutional. |
IsBooksSuppliesLocked
Gets or sets the IsBooksSuppliesLocked associated with this StudentAcademicYear.
Declaration
public bool IsBooksSuppliesLocked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsBooksSuppliesLocked. |
IsEndDateExcluded
Gets or sets the IsEndDateExcluded associated with this StudentAcademicYear.
Declaration
public bool IsEndDateExcluded { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsEndDateExcluded. |
IsExcludedFromMtf
Gets or sets the IsExcludedFromMtf associated with this StudentAcademicYear.
Declaration
public bool IsExcludedFromMtf { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsExcludedFromMtf. |
IsFirstTimeBorrower
Gets or sets the IsFirstTimeBorrower associated with this StudentAcademicYear.
Declaration
public bool IsFirstTimeBorrower { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsFirstTimeBorrower. |
IsFromAyTrack
Gets or sets the IsFromAyTrack associated with this StudentAcademicYear.
Declaration
public bool IsFromAyTrack { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsFromAyTrack. |
IsHousingStatusUpdated
Gets or sets the IsHousingStatusUpdated associated with this StudentAcademicYear.
Declaration
public bool? IsHousingStatusUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> | The IsHousingStatusUpdated. |
IsHybridDates
Gets or sets the IsHybridDates associated with this StudentAcademicYear.
Declaration
public bool IsHybridDates { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsHybridDates. |
IsInterSessionAdjustable
Gets or sets the IsInterSessionAdjustable associated with this StudentAcademicYear.
Declaration
public bool IsInterSessionAdjustable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsInterSessionAdjustable. |
IsOther10Locked
Gets or sets the IsOther10Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther10Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther10Locked. |
IsOther11Locked
Gets or sets the IsOther11Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther11Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther11Locked. |
IsOther1Locked
Gets or sets the IsOther1Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther1Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther1Locked. |
IsOther2Locked
Gets or sets the IsOther2Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther2Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther2Locked. |
IsOther3Locked
Gets or sets the IsOther3Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther3Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther3Locked. |
IsOther4Locked
Gets or sets the IsOther4Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther4Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther4Locked. |
IsOther5Locked
Gets or sets the IsOther5Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther5Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther5Locked. |
IsOther6Locked
Gets or sets the IsOther6Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther6Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther6Locked. |
IsOther7Locked
Gets or sets the IsOther7Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther7Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther7Locked. |
IsOther8Locked
Gets or sets the IsOther8Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther8Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther8Locked. |
IsOther9Locked
Gets or sets the IsOther9Locked associated with this StudentAcademicYear.
Declaration
public bool IsOther9Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOther9Locked. |
IsOtherCostInstitutional10
Gets or sets the IsOtherCostInstitutional10 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutional10 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutional10. |
IsOtherCostInstitutional11
Gets or sets the IsOtherCostInstitutional11 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutional11 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutional11. |
IsOtherCostInstitutional9
Gets or sets the IsOtherCostInstitutional9 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutional9 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutional9. |
IsOtherCostInstitutionalCharge1
Gets or sets the IsOtherCostInstitutionalCharge1 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutionalCharge1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutionalCharge1. |
IsOtherCostInstitutionalCharge2
Gets or sets the IsOtherCostInstitutionalCharge2 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutionalCharge2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutionalCharge2. |
IsOtherCostInstitutionalCharge3
Gets or sets the IsOtherCostInstitutionalCharge3 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutionalCharge3 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutionalCharge3. |
IsOtherCostInstitutionalCharge4
Gets or sets the IsOtherCostInstitutionalCharge4 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutionalCharge4 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutionalCharge4. |
IsOtherCostInstitutionalCharge5
Gets or sets the IsOtherCostInstitutionalCharge5 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutionalCharge5 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutionalCharge5. |
IsOtherCostInstitutionalCharge6
Gets or sets the IsOtherCostInstitutionalCharge6 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutionalCharge6 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutionalCharge6. |
IsOtherCostInstitutionalCharge7
Gets or sets the IsOtherCostInstitutionalCharge7 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutionalCharge7 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutionalCharge7. |
IsOtherCostInstitutionalCharge8
Gets or sets the IsOtherCostInstitutionalCharge8 associated with this StudentAcademicYear.
Declaration
public bool IsOtherCostInstitutionalCharge8 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOtherCostInstitutionalCharge8. |
IsPackageRevised
Gets or sets the IsPackageRevised associated with this StudentAcademicYear.
Declaration
public bool IsPackageRevised { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsPackageRevised. |
IsProrateDlAllowed
Gets or sets the IsProrateDlAllowed associated with this StudentAcademicYear.
Declaration
public bool IsProrateDlAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsProrateDlAllowed. |
IsReentryAcademicYear
Gets or sets the IsReentryAcademicYear associated with this StudentAcademicYear.
Declaration
public bool? IsReentryAcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> | The IsReentryAcademicYear. |
IsRoomBoardInstitutional
Gets or sets the IsRoomBoardInstitutional associated with this StudentAcademicYear.
Declaration
public bool IsRoomBoardInstitutional { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsRoomBoardInstitutional. |
IsRoomBoardLocked
Gets or sets the IsRoomBoardLocked associated with this StudentAcademicYear.
Declaration
public bool IsRoomBoardLocked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsRoomBoardLocked. |
IsStartDateExcluded
Gets or sets the IsStartDateExcluded associated with this StudentAcademicYear.
Declaration
public bool IsStartDateExcluded { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsStartDateExcluded. |
IsSummerPackagingExcluded
Gets or sets the IsSummerPackagingExcluded associated with this StudentAcademicYear.
Declaration
public bool IsSummerPackagingExcluded { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsSummerPackagingExcluded. |
IsTravelInstitutional
Gets or sets the IsTravelInstitutional associated with this StudentAcademicYear.
Declaration
public bool IsTravelInstitutional { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsTravelInstitutional. |
IsTravelLocked
Gets or sets the IsTravelLocked associated with this StudentAcademicYear.
Declaration
public bool IsTravelLocked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsTravelLocked. |
IsTuitionLocked
Gets or sets the IsTuitionLocked associated with this StudentAcademicYear.
Declaration
public bool IsTuitionLocked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsTuitionLocked. |
IsUnsubEligibilityUpToHeal
Gets or sets the IsUnsubEligibilityUpToHeal associated with this StudentAcademicYear.
Declaration
public bool IsUnsubEligibilityUpToHeal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsUnsubEligibilityUpToHeal. |
IsUnsupportedDependent
Gets or sets the IsUnsupportedDependent associated with this StudentAcademicYear.
Declaration
public bool IsUnsupportedDependent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsUnsupportedDependent. |
IwinAy
Gets or sets the IwinAy associated with this StudentAcademicYear.
Declaration
public decimal IwinAy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The IwinAy. |
IwMonths
Gets or sets the IwMonths associated with this StudentAcademicYear.
Declaration
public decimal IwMonths { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The IwMonths. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAcademicYear.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAcademicYear.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LenderFees
Gets or sets the LenderFees associated with this StudentAcademicYear.
Declaration
public decimal LenderFees { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The LenderFees. |
MonthsIncademicYear
Gets or sets the MonthsIncademicYear associated with this StudentAcademicYear.
Declaration
public decimal? MonthsIncademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The MonthsIncademicYear. |
Note
Gets or sets the Note associated with this StudentAcademicYear.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
OtherCostAmount1
Gets or sets the OtherCostAmount1 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount1. |
OtherCostAmount10
Gets or sets the OtherCostAmount10 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount10 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount10. |
OtherCostAmount11
Gets or sets the OtherCostAmount11 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount11 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount11. |
OtherCostAmount2
Gets or sets the OtherCostAmount2 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount2. |
OtherCostAmount3
Gets or sets the OtherCostAmount3 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount3 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount3. |
OtherCostAmount4
Gets or sets the OtherCostAmount4 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount4 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount4. |
OtherCostAmount5
Gets or sets the OtherCostAmount5 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount5 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount5. |
OtherCostAmount6
Gets or sets the OtherCostAmount6 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount6 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount6. |
OtherCostAmount7
Gets or sets the OtherCostAmount7 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount7 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount7. |
OtherCostAmount8
Gets or sets the OtherCostAmount8 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount8 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount8. |
OtherCostAmount9
Gets or sets the OtherCostAmount9 associated with this StudentAcademicYear.
Declaration
public decimal? OtherCostAmount9 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The OtherCostAmount9. |
OtherCostDescription1
Gets or sets the OtherCostDescription1 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription1. |
OtherCostDescription10
Gets or sets the OtherCostDescription10 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription10 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription10. |
OtherCostDescription11
Gets or sets the OtherCostDescription11 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription11 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription11. |
OtherCostDescription2
Gets or sets the OtherCostDescription2 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription2. |
OtherCostDescription3
Gets or sets the OtherCostDescription3 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription3 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription3. |
OtherCostDescription4
Gets or sets the OtherCostDescription4 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription4 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription4. |
OtherCostDescription5
Gets or sets the OtherCostDescription5 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription5 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription5. |
OtherCostDescription6
Gets or sets the OtherCostDescription6 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription6 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription6. |
OtherCostDescription7
Gets or sets the OtherCostDescription7 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription7 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription7. |
OtherCostDescription8
Gets or sets the OtherCostDescription8 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription8 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription8. |
OtherCostDescription9
Gets or sets the OtherCostDescription9 associated with this StudentAcademicYear.
Declaration
public string OtherCostDescription9 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCostDescription9. |
PackageDate
Gets or sets the PackageDate associated with this StudentAcademicYear.
Declaration
public DateTime? PackageDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The PackageDate. |
PackagedEnrollmentStatus
Declaration
public virtual EnrollmentStatus PackagedEnrollmentStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| EnrollmentStatus |
PackagedToEnrollmentStatusId
Gets or sets the PackagedToEnrollmentStatusId associated with this StudentAcademicYear.
Declaration
public int? PackagedToEnrollmentStatusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The PackagedToEnrollmentStatusId. |
PackagingMethod
Declaration
public virtual PackagingMethod PackagingMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| PackagingMethod |
PackagingMethodId
Gets or sets the PackagingMethodId associated with this StudentAcademicYear.
Declaration
public int? PackagingMethodId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The PackagingMethodId. |
PackagingStatus
Declaration
public virtual PackagingStatus PackagingStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| PackagingStatus |
PackagingStatusId
Gets or sets the PackagingStatusId associated with this StudentAcademicYear.
Declaration
public int? PackagingStatusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The PackagingStatusId. |
PaymentPeriods
Declaration
public virtual ICollection<StudentAcademicYearPaymentPeriod> PaymentPeriods { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<StudentAcademicYearPaymentPeriod> |
PellCoaLtht
Gets or sets the PellCoaLtht associated with this StudentAcademicYear.
Declaration
public decimal? PellCoaLtht { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The PellCoaLtht. |
PellCostOfAttendance
Gets or sets the PellCostOfAttendance associated with this StudentAcademicYear.
Declaration
public decimal? PellCostOfAttendance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The PellCostOfAttendance. |
PlusCreditDecisionStatus
Gets or sets the PlusCreditDecisionStatus associated with this StudentAcademicYear.
Declaration
public string PlusCreditDecisionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PlusCreditDecisionStatus. |
ProgramVersionAcademicYearId
Gets or sets the ProgramVersionAcademicYearId associated with this StudentAcademicYear.
Declaration
public int ProgramVersionAcademicYearId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The ProgramVersionAcademicYearId. |
ProgramVersionPellCoaDetail
Declaration
public virtual ProgramVersionPellCoaDetail ProgramVersionPellCoaDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| ProgramVersionPellCoaDetail |
ProgramVersionPellCoaDetailId
Gets or sets the ProgramVersionPellCoaDetailId associated with this StudentAcademicYear.
Declaration
public int? ProgramVersionPellCoaDetailId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The ProgramVersionPellCoaDetailId. |
RefCreditHoursInAcademicYear
Gets or sets the RefCreditHoursInAcademicYear associated with this StudentAcademicYear.
Declaration
public decimal? RefCreditHoursInAcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The RefCreditHoursInAcademicYear. |
RefWeeksInAcademicYear
Gets or sets the RefWeeksInAcademicYear associated with this StudentAcademicYear.
Declaration
public decimal? RefWeeksInAcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The RefWeeksInAcademicYear. |
RevisedAwardNoticePrinted
Gets or sets the RevisedAwardNoticePrinted associated with this StudentAcademicYear.
Declaration
public DateTime? RevisedAwardNoticePrinted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The RevisedAwardNoticePrinted. |
RevisedAwardNoticeSigned
Gets or sets the RevisedAwardNoticeSigned associated with this StudentAcademicYear.
Declaration
public DateTime? RevisedAwardNoticeSigned { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The RevisedAwardNoticeSigned. |
RoomBoard
Gets or sets the RoomBoard associated with this StudentAcademicYear.
Declaration
public decimal? RoomBoard { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The RoomBoard. |
RoomBoardDescription
Gets or sets the RoomBoardDescription associated with this StudentAcademicYear.
Declaration
public string RoomBoardDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The RoomBoardDescription. |
RowVersion
Gets or sets the RowVersion associated with this StudentAcademicYear.
Declaration
public byte[] RowVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] | The RowVersion. |
SecondAwardYear
Gets or sets the SecondAwardYear associated with this StudentAcademicYear.
Declaration
public string SecondAwardYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The SecondAwardYear. |
SecondAwardYearPackagingStatus
Declaration
public virtual PackagingStatus SecondAwardYearPackagingStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| PackagingStatus |
SecondAwardYearPackagingStatusId
Gets or sets the SecondAwardYearPackagingStatusId associated with this StudentAcademicYear.
Declaration
public int? SecondAwardYearPackagingStatusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The SecondAwardYearPackagingStatusId. |
Sequence
Gets or sets the Sequence associated with this StudentAcademicYear.
Declaration
public short Sequence { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int16 | The Sequence. |
StartDate
Gets or sets the StartDate associated with this StudentAcademicYear.
Declaration
public DateTime StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The StartDate. |
StipendSummary
Declaration
public virtual ICollection<StipendSummary> StipendSummary { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<StipendSummary> |
StudentAwards
Declaration
public virtual ICollection<StudentAward> StudentAwards { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<StudentAward> |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAcademicYear.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
TeachCounselingDate
Gets or sets the TeachCounselingDate associated with this StudentAcademicYear.
Declaration
public DateTime? TeachCounselingDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The TeachCounselingDate. |
TermsToPackageDirectLoan
Gets or sets the TermsToPackageDirectLoan associated with this StudentAcademicYear.
Declaration
public string TermsToPackageDirectLoan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TermsToPackageDirectLoan. |
Travel
Gets or sets the Travel associated with this StudentAcademicYear.
Declaration
public decimal? Travel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The Travel. |
TravelDescription
Gets or sets the TravelDescription associated with this StudentAcademicYear.
Declaration
public string TravelDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TravelDescription. |
Tuition
Gets or sets the Tuition associated with this StudentAcademicYear.
Declaration
public decimal? Tuition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The Tuition. |
TuitionDescription
Gets or sets the TuitionDescription associated with this StudentAcademicYear.
Declaration
public string TuitionDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TuitionDescription. |
WeeksEnrolledInAcademicYear
Gets or sets the WeeksEnrolledInAcademicYear associated with this StudentAcademicYear.
Declaration
public int? WeeksEnrolledInAcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The WeeksEnrolledInAcademicYear. |
WeeksInAcademicYear
Gets or sets the WeeksInAcademicYear associated with this StudentAcademicYear.
Declaration
public decimal? WeeksInAcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The WeeksInAcademicYear. |
WeeksNonEnrollment
Gets or sets the WeeksNonEnrollment associated with this StudentAcademicYear.
Declaration
public decimal? WeeksNonEnrollment { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The WeeksNonEnrollment. |
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. |