Class UnmatchEntranceTestImportRecordsResponse
The UnmatchEntranceTestImportRecorsdResponse represents the response Object for the UnmatchEntranceTestImportEntities method of EntranceTestScoreService.
Inheritance
System.Object
UnmatchEntranceTestImportRecordsResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class UnmatchEntranceTestImportRecordsResponse : ServiceResponse
Constructors
UnmatchEntranceTestImportRecordsResponse()
Initializes a new instance of the UnmatchEntranceTestImportRecordsResponse class.
Declaration
public UnmatchEntranceTestImportRecordsResponse()
Properties
EntranceTestImportRecordEntityList
Gets or sets the Entrance Test Import Record entity list.
Declaration
public List<EntranceTestImportRecordEntity> EntranceTestImportRecordEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EntranceTestImportRecordEntity> |