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