Class TestingStudentEnrollmentPeriodLessonReviewEventArgs
Event args class for one of the validation for Save Student Course.
Inheritance
System.Object
TestingStudentEnrollmentPeriodLessonReviewEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingStudentEnrollmentPeriodLessonReviewEventArgs : ServiceEventArgs<TestingStudentEnrollmentPeriodLessonReviewRequest, TestingStudentEnrollmentPeriodLessonResponse>
Constructors
TestingStudentEnrollmentPeriodLessonReviewEventArgs(TestingStudentEnrollmentPeriodLessonReviewRequest)
Initializes a new instance of the SaveStudentCourseEventArgs class.
Declaration
public TestingStudentEnrollmentPeriodLessonReviewEventArgs(TestingStudentEnrollmentPeriodLessonReviewRequest request)
Parameters
Type | Name | Description |
---|---|---|
TestingStudentEnrollmentPeriodLessonReviewRequest | request | The request. |