Class GetGpaCourseResponse
Represents the response for the GetGpaCourse method.
Inheritance
System.Object
GetGpaCourseResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetGpaCourseResponse : ServiceResponse
Constructors
GetGpaCourseResponse()
Declaration
public GetGpaCourseResponse()
Properties
CumulativeGpa
Declaration
public decimal? CumulativeGpa { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
GpaName
Declaration
public string GpaName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsIncludedPreviousEducationTotal
Declaration
public bool IsIncludedPreviousEducationTotal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludedTermCalculation
Declaration
public bool IsIncludedTermCalculation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentGpaCourseList
Declaration
public List<StudentGpaCourse> StudentGpaCourseList { get; set; }
Property Value