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