Class StudentGpa
Inheritance
System.Object
StudentGpa
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
Constructors
StudentGpa()
Declaration
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
CoursesTaken
Declaration
public int? CoursesTaken { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CumulativeGpa
Declaration
public decimal? CumulativeGpa { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CumulativeGpaText
Declaration
public string CumulativeGpaText { get; set; }
Property Value
Type |
Description |
System.String |
|
GradePoints
Declaration
public decimal? GradePoints { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsIncludedPreviousEducationTotal
Declaration
public bool IsIncludedPreviousEducationTotal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludedTermCalculations
Declaration
public bool IsIncludedTermCalculations { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNoteVisible
Declaration
public bool IsNoteVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsShownOnDegreeProgressAudit
Declaration
public bool IsShownOnDegreeProgressAudit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsWeighted
Declaration
public bool IsWeighted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
QualityPoints
Declaration
public decimal? QualityPoints { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
QualityUnits
Declaration
public decimal? QualityUnits { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
StudentTermGpaList
Declaration
public List<StudentTermGpa> StudentTermGpaList { get; set; }
Property Value
UnitsAttempted
Declaration
public decimal? UnitsAttempted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
UnitsEarned
Declaration
public decimal? UnitsEarned { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|