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