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