Class TestFileMappingRequest
Represents the a request for the TestFileMapping method.
Inheritance
System.Object
TestFileMappingRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class TestFileMappingRequest : ServiceRequest
Constructors
TestFileMappingRequest()
Declaration
public TestFileMappingRequest()
Properties
EntranceTestImportFileSchemaEntranceTestList
Below property will be used to save test fields mapping
Declaration
public List<EntranceTestImportFileSchemaEntranceTestEntity> EntranceTestImportFileSchemaEntranceTestList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EntranceTestImportFileSchemaEntranceTestEntity> |
EntranceTestImportFileTestTypeCampusList
Below property will be used to save college codes mapping
Declaration
public List<EntranceTestImportFileTestTypeCampusEntity> EntranceTestImportFileTestTypeCampusList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EntranceTestImportFileTestTypeCampusEntity> |
EntranceTestImportTestTypeId
Declaration
public int EntranceTestImportTestTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |