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