Class StudentGpaCourse
Inheritance
System.Object
StudentGpaCourse
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 StudentGpaCourse
Constructors
StudentGpaCourse()
Declaration
public StudentGpaCourse()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Grade
Declaration
public string Grade { 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 |
|
IsCumulativeGpa
Declaration
public bool IsCumulativeGpa { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCumulativeGpaByDefault
Declaration
public bool IsCumulativeGpaByDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludedByDefault
Declaration
public bool IsIncludedByDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsManualOverride
Declaration
public bool IsManualOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRemovedByRetake
Declaration
public bool IsRemovedByRetake { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTermGpa
Declaration
public bool IsTermGpa { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTermGpaByDefault
Declaration
public bool IsTermGpaByDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTransfer
Declaration
public bool IsTransfer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NumericGrade
Declaration
public decimal? NumericGrade { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
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> |
|
Section
Declaration
public string Section { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
Term
Declaration
public string Term { get; set; }
Property Value
Type |
Description |
System.String |
|
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> |
|