Class StudentTermGpa
Inheritance
System.Object
StudentTermGpa
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
public class StudentTermGpa
Constructors
StudentTermGpa()
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> |
|
CurrentGpa
Declaration
public decimal? CurrentGpa { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
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 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentTermId
Declaration
public int? ParentTermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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> |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
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> |
|