Class GetElectiveOrSubstitutionPoolForAreaOfStudyEventArgs
Represents arguments to Get Elective Or SubstitutionPool For AreaOfStudy EventArgs.
Inheritance
System.Object
GetElectiveOrSubstitutionPoolForAreaOfStudyEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetElectiveOrSubstitutionPoolForAreaOfStudyEventArgs : ServiceEventArgs<GetElectiveOrSubstitutionPoolForAreaOfStudyRequest, GetElectiveOrSubstitutionPoolForAreaOfStudyResponse>
Constructors
GetElectiveOrSubstitutionPoolForAreaOfStudyEventArgs(GetElectiveOrSubstitutionPoolForAreaOfStudyRequest)
initializes a new instance of the
Declaration
public GetElectiveOrSubstitutionPoolForAreaOfStudyEventArgs(GetElectiveOrSubstitutionPoolForAreaOfStudyRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetElectiveOrSubstitutionPoolForAreaOfStudyRequest | request | the request. |