Class GetGpaCourseRequest
Represents the a request for the GetGpaCourse method.
Inheritance
System.Object
GetGpaCourseRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetGpaCourseRequest : ServiceRequest
Constructors
GetGpaCourseRequest()
Declaration
public GetGpaCourseRequest()
Properties
GpaId
Gpa Id
Declaration
public int GpaId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Student Id
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |