Class GpaCalculationResponse
Inheritance
System.Object
GpaCalculationResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GpaCalculationResponse : ServiceResponse
Constructors
GpaCalculationResponse()
Declaration
public GpaCalculationResponse()
Properties
GpaStudents
Declaration
public List<GpaStudent> GpaStudents { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<GpaStudent> |
|
IsGpaAdd
Declaration
public bool IsGpaAdd { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentCount
Declaration
public long StudentCount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|