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