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