Class ProcessEntranceTestImportFileResponse
Inheritance
System.Object
ProcessEntranceTestImportFileResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ProcessEntranceTestImportFileResponse : ServiceResponse
Constructors
ProcessEntranceTestImportFileResponse()
Declaration
public ProcessEntranceTestImportFileResponse()
Properties
EntranceTestImportFileList
Gets save request for the list of EntranceTestImportFileEntity.
Declaration
public List<EntranceTestImportFileEntity> EntranceTestImportFileList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EntranceTestImportFileEntity> |
TestImportList
test import list
Declaration
public List<TestImportCustom> TestImportList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TestImportCustom> |