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