Class UnmatchEntranceTestImportRecordEventArgs
Represents arguments to UnmatchEntranceTestImportRecordEvent.
Inheritance
System.Object
UnmatchEntranceTestImportRecordEventArgs
Namespace: Cmc.Nexus.Admissions.Events
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class UnmatchEntranceTestImportRecordEventArgs : ServiceEventArgs<UnmatchEntranceTestImportRecordsRequest, UnmatchEntranceTestImportRecordsResponse>
Constructors
UnmatchEntranceTestImportRecordEventArgs(UnmatchEntranceTestImportRecordsRequest)
Initializes a new instance of the UnmatchEntranceTestImportRecordEventArgs class.
Declaration
public UnmatchEntranceTestImportRecordEventArgs(UnmatchEntranceTestImportRecordsRequest request)
Parameters
Type | Name | Description |
---|---|---|
UnmatchEntranceTestImportRecordsRequest | request | The request. |