Class ImportTestingAttendanceStudentEventArgs
Inheritance
System.Object
ImportTestingAttendanceStudentEventArgs
Namespace: Cmc.Nexus.Academics
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ImportTestingAttendanceStudentEventArgs : ServiceEventArgs<TestingAttendanceStudentImportRequest, TestingAttendanceStudentImportResponse>
Constructors
ImportTestingAttendanceStudentEventArgs(TestingAttendanceStudentImportRequest)
Initializes a new instance of the
Declaration
public ImportTestingAttendanceStudentEventArgs(TestingAttendanceStudentImportRequest request)
Parameters
Type | Name | Description |
---|---|---|
TestingAttendanceStudentImportRequest | request | The CancelDepositRequest Object. |