Class GetRecommendedCourseListEventArgs
Recommended Course List Event Args
Inheritance
System.Object
GetRecommendedCourseListEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetRecommendedCourseListEventArgs : ServiceEventArgs<RecommendedCourseListRequest, RecommendedCourseListResponse>
Constructors
GetRecommendedCourseListEventArgs(RecommendedCourseListRequest, RecommendedCourseListResponse)
Constructor with request and response
Declaration
public GetRecommendedCourseListEventArgs(RecommendedCourseListRequest request, RecommendedCourseListResponse response)
Parameters
Type | Name | Description |
---|---|---|
RecommendedCourseListRequest | request | Service Request |
RecommendedCourseListResponse | response | Service Response |