Class GetTermsByStartDateEventArgs
Represents arguments to GetTerms By Start Date Event
Inheritance
System.Object
GetTermsByStartDateEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetTermsByStartDateEventArgs : ServiceEventArgs<GetTermsByStartDateRequest, GetTermsByStartDateResponse>
Constructors
GetTermsByStartDateEventArgs(GetTermsByStartDateRequest)
Initializes a new instance of the GetTermsByStartDateEventArgs class.
Declaration
public GetTermsByStartDateEventArgs(GetTermsByStartDateRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetTermsByStartDateRequest | request | The request. |