Class MatchEntranceTestImportRecordRequest
Represents the a request for the MatchEntranceTestImportRecord method.
Inheritance
System.Object
MatchEntranceTestImportRecordRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class MatchEntranceTestImportRecordRequest : ServiceRequest
Constructors
MatchEntranceTestImportRecordRequest()
Declaration
public MatchEntranceTestImportRecordRequest()
Properties
EntranceTestImportRecordEntity
Gets or sets the entrance test score entity list.
Declaration
public EntranceTestImportRecordEntity EntranceTestImportRecordEntity { get; set; }
Property Value
Type | Description |
---|---|
EntranceTestImportRecordEntity |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |