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