Class GetAvailableTestResponse
The GetAvailableTestResponse represents the response Object for the GetAvailableTest method of EntranceTestScoreService.
Inheritance
System.Object
GetAvailableTestResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetAvailableTestResponse : ServiceResponse
Constructors
GetAvailableTestResponse()
Initializes a new instance of the GetSelectedEntranceTestResponse class.
Declaration
public GetAvailableTestResponse()
Properties
TestRecordList
Gets or sets the test record list.
Declaration
public IEnumerable<AvailableTestRecord> TestRecordList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<AvailableTestRecord> |