Class GetStudentGpaEventArgs
Represents arguments to GetStudentGpaEvent.
Inheritance
System.Object
GetStudentGpaEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStudentGpaEventArgs : ServiceEventArgs<GetStudentGpaRequest, GetStudentGpaResponse>
Constructors
GetStudentGpaEventArgs(GetStudentGpaRequest)
Initializes a new instance of the GetStudentGpaEventArgs class.
Declaration
public GetStudentGpaEventArgs(GetStudentGpaRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetStudentGpaRequest | request | The request. |