Class GetElectiveOrSubstitutionPoolForProgramVersionEventArgs
Represents arguments to Get ElectivePool or SubstitutionPool For ProgramVersion EventArgs.
Inheritance
System.Object
GetElectiveOrSubstitutionPoolForProgramVersionEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetElectiveOrSubstitutionPoolForProgramVersionEventArgs : ServiceEventArgs<GetElectiveOrSubstitutionPoolForProgramVersionRequest, GetElectiveOrSubstitutionPoolForProgramVersionResponse>
Constructors
GetElectiveOrSubstitutionPoolForProgramVersionEventArgs(GetElectiveOrSubstitutionPoolForProgramVersionRequest)
initializes a new instance of the GetElectiveOrSubstitutionPoolForProgramVersionEventArgs class.
Declaration
public GetElectiveOrSubstitutionPoolForProgramVersionEventArgs(GetElectiveOrSubstitutionPoolForProgramVersionRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetElectiveOrSubstitutionPoolForProgramVersionRequest | request | the request. |