Class StudentAcademicYearEstimateEntity
This class represents the EntityModel interface to the FaEstimateAY database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAcademicYearEstimateEntity : Entity, IAuditable
Constructors
StudentAcademicYearEstimateEntity()
Declaration
public StudentAcademicYearEstimateEntity()
Fields
AcademicYearSequenceProperty
The AcademicYearSequence property.
Declaration
public static readonly EntityProperty AcademicYearSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CostOfAttendanceProperty
The CostOfAttendance property.
Declaration
public static readonly EntityProperty CostOfAttendanceProperty
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 |
GradeLevelIdProperty
The GradeLevelId property.
Declaration
public static readonly EntityProperty GradeLevelIdProperty
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 |
PackagingMethodIdProperty
The PackagingMethodId property.
Declaration
public static readonly EntityProperty PackagingMethodIdProperty
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 |
StudentAwardPellEstimateIdProperty
The StudentAwardPellEstimateId property.
Declaration
public static readonly EntityProperty StudentAwardPellEstimateIdProperty
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 |
TermsInAcademicYearProperty
The TermsInAcademicYear property.
Declaration
public static readonly EntityProperty TermsInAcademicYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermsInEnrollmentPeriodProperty
The TermsInEnrollmentPeriod property.
Declaration
public static readonly EntityProperty TermsInEnrollmentPeriodProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentAcademicYearEstimateEntity.
Declaration
public short AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The AcademicYearSequence. |
AwardYear
Gets or sets the AwardYear associated with this StudentAcademicYearEstimateEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CostOfAttendance
Gets or sets the CostOfAttendance associated with this StudentAcademicYearEstimateEntity.
Declaration
public decimal CostOfAttendance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CostOfAttendance. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAcademicYearEstimateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GradeLevelId
Gets or sets the GradeLevelId associated with this StudentAcademicYearEstimateEntity.
Declaration
public int GradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GradeLevelId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAcademicYearEstimateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAcademicYearEstimateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PackagingMethodId
Gets or sets the PackagingMethodId associated with this StudentAcademicYearEstimateEntity.
Declaration
public int PackagingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PackagingMethodId. |
RowVersion
Gets or sets the RowVersion associated with this StudentAcademicYearEstimateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAwardPellEstimateId
Gets or sets the StudentAwardPellEstimateId associated with this StudentAcademicYearEstimateEntity.
Declaration
public int StudentAwardPellEstimateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardPellEstimateId. |
StudentId
Gets or sets the StudentId associated with this StudentAcademicYearEstimateEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermsInAcademicYear
Gets or sets the TermsInAcademicYear associated with this StudentAcademicYearEstimateEntity.
Declaration
public short? TermsInAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The TermsInAcademicYear. |
TermsInEnrollmentPeriod
Gets or sets the TermsInEnrollmentPeriod associated with this StudentAcademicYearEstimateEntity.
Declaration
public short? TermsInEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The TermsInEnrollmentPeriod. |
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()