Class DeleteEntranceTestScoreRequest
The DeleteEntranceTestScoreRequest represents the request Object for the DeleteEntranceTestScore method of EntranceTestScoreService.
Inheritance
System.Object
DeleteEntranceTestScoreRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class DeleteEntranceTestScoreRequest : ServiceRequest
Constructors
DeleteEntranceTestScoreRequest()
Declaration
public DeleteEntranceTestScoreRequest()
Properties
AmProspectTestIds
Gets or sets the am prospect test identifier.
Declaration
public List<int> AmProspectTestIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |