Class MatchEntranceTestImportRecordResponse
Represents the response for the MatchEntranceTestImportRecord method.
Inheritance
System.Object
MatchEntranceTestImportRecordResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class MatchEntranceTestImportRecordResponse : ServiceResponse
Constructors
MatchEntranceTestImportRecordResponse()
Initializes a new instance of the MatchEntranceTestImportRecordResponse class.
Declaration
public MatchEntranceTestImportRecordResponse()
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> |