Class StudentGpaIncludedCourse
This class represents the EntityModel interface to the AdGPAStudentCourse database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentGpaIncludedCourse
Constructors
StudentGpaIncludedCourse()
Declaration
public StudentGpaIncludedCourse()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentGpaIncludedCourse.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GpaCalculationType
Declaration
public virtual GpaCalculationType GpaCalculationType { get; set; }
Property Value
Type | Description |
---|---|
GpaCalculationType |
GpaCalculationTypeId
Gets or sets the GpaCalculationTypeId associated with this StudentGpaIncludedCourse.
Declaration
public int GpaCalculationTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GpaCalculationTypeId. |
GradePoints
Gets or sets the GradePoints associated with this StudentGpaIncludedCourse.
Declaration
public decimal? GradePoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GradePoints. |
Id
Gets or sets the Id associated with this StudentGpaIncludedCourse.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsIncludedInDefaultCum
Gets or sets the IsIncludedInDefaultCum associated with this StudentGpaIncludedCourse.
Declaration
public bool IsIncludedInDefaultCum { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInDefaultCum. |
IsIncludedInDefaultGpa
Gets or sets the IsIncludedInDefaultGpa associated with this StudentGpaIncludedCourse.
Declaration
public bool IsIncludedInDefaultGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInDefaultGpa. |
IsIncludedInDefaultTerm
Gets or sets the IsIncludedInDefaultTerm associated with this StudentGpaIncludedCourse.
Declaration
public bool IsIncludedInDefaultTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInDefaultTerm. |
IsIncludedInTermGpa
Gets or sets the IsIncludedInTermGpa associated with this StudentGpaIncludedCourse.
Declaration
public bool IsIncludedInTermGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedInTermGpa. |
IsIncludeInCumGpa
Gets or sets the IsIncludeInCumGpa associated with this StudentGpaIncludedCourse.
Declaration
public bool IsIncludeInCumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludeInCumGpa. |
IsManualOverride
Gets or sets the IsManualOverride associated with this StudentGpaIncludedCourse.
Declaration
public bool? IsManualOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsManualOverride. |
IsRemovedByRetake
Gets or sets the IsRemovedByRetake associated with this StudentGpaIncludedCourse.
Declaration
public bool? IsRemovedByRetake { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsRemovedByRetake. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentGpaIncludedCourse.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentGpaIncludedCourse.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
QualityPoints
Gets or sets the QualityPoints associated with this StudentGpaIncludedCourse.
Declaration
public decimal? QualityPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The QualityPoints. |
QualityUnits
Gets or sets the QualityUnits associated with this StudentGpaIncludedCourse.
Declaration
public decimal? QualityUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The QualityUnits. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourse |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentGpaIncludedCourse.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentId
Gets or sets the StudentId associated with this StudentGpaIncludedCourse.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentTransferCredit
Declaration
public virtual StudentTransferCredit StudentTransferCredit { get; set; }
Property Value
Type | Description |
---|---|
StudentTransferCredit |
StudentTransferCreditId
Gets or sets the StudentTransferCreditId associated with this StudentGpaIncludedCourse.
Declaration
public int? StudentTransferCreditId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentTransferCreditId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentGpaIncludedCourse.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
UnitsAttempted
Gets or sets the UnitsAttempted associated with this StudentGpaIncludedCourse.
Declaration
public decimal? UnitsAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The UnitsAttempted. |
UnitsEarned
Gets or sets the UnitsEarned associated with this StudentGpaIncludedCourse.
Declaration
public decimal? UnitsEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The UnitsEarned. |
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()