Class StudentGpa
This class represents the EntityModel interface to the AdGPAStudent database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentGpa
Constructors
StudentGpa()
Declaration
public StudentGpa()
Properties
CoursesIncludedInGPA
Declaration
public virtual ICollection<StudentGpaIncludedCourse> CoursesIncludedInGPA { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentGpaIncludedCourse> |
CoursesTaken
Gets or sets the CoursesTaken associated with this StudentGpa.
Declaration
public int? CoursesTaken { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CoursesTaken. |
CumulativeGpa
Gets or sets the CumulativeGpa associated with this StudentGpa.
Declaration
public decimal? CumulativeGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeGpa. |
GpaCalculationTypeId
Gets or sets the GpaCalculationTypeId associated with this StudentGpa.
Declaration
public int GpaCalculationTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GpaCalculationTypeId. |
GPAType
Declaration
public virtual GpaCalculationType GPAType { get; set; }
Property Value
Type | Description |
---|---|
GpaCalculationType |
GradePoints
Gets or sets the GradePoints associated with this StudentGpa.
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 StudentGpa.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ParentTerm
Declaration
public virtual Term ParentTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
ParentTermId
Gets or sets the ParentTermId associated with this StudentGpa.
Declaration
public int? ParentTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentTermId. |
QualityPoints
Gets or sets the QualityPoints associated with this StudentGpa.
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 StudentGpa.
Declaration
public decimal? QualityUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The QualityUnits. |
RunningCumCreditsAttempted
Gets or sets the RunningCumCreditsAttempted associated with this StudentGpa.
Declaration
public decimal? RunningCumCreditsAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RunningCumCreditsAttempted. |
RunningCumCreditsEarned
Gets or sets the RunningCumCreditsEarned associated with this StudentGpa.
Declaration
public decimal? RunningCumCreditsEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RunningCumCreditsEarned. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this StudentGpa.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermGpa
Gets or sets the TermGpa associated with this StudentGpa.
Declaration
public decimal? TermGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TermGpa. |
TermId
Gets or sets the TermId associated with this StudentGpa.
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 StudentGpa.
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 StudentGpa.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationships 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 |