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