Class GetStudentGpaResponse
Represents the response for the GetStudentGpa method.
Inheritance
System.Object
GetStudentGpaResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStudentGpaResponse : ServiceResponse
Constructors
GetStudentGpaResponse()
Declaration
public GetStudentGpaResponse()
Properties
StudentGpaList
Declaration
public List<StudentGpa> StudentGpaList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentGpa> |