Class UnmatchEntranceTestImportRecordsRequest
The UnmatchEntranceTestImportRecordRequest represents the request Object for the UnmatchEntranceTestImportEntities method of EntranceTestImportRecordService.
Inheritance
System.Object
UnmatchEntranceTestImportRecordsRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class UnmatchEntranceTestImportRecordsRequest : ServiceRequest
Constructors
UnmatchEntranceTestImportRecordsRequest()
Declaration
public UnmatchEntranceTestImportRecordsRequest()
Properties
EntranceTestImportRecordIdList
Gets or sets the Entrance Test Import Record Id list.
Declaration
public List<int> EntranceTestImportRecordIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |