Class TestingScheduleStudentServiceBase
Abstract base class - TestingScheduleStudentServiceBase
Inheritance
System.Object
TestingScheduleStudentServiceBase
Implements
Cmc.Core.ServiceModel.IService
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class TestingScheduleStudentServiceBase : EntityService<TestingScheduleStudentEntity>, ITestingScheduleStudentService, IEntityService<TestingScheduleStudentEntity>, IService
Constructors
TestingScheduleStudentServiceBase()
Declaration
protected TestingScheduleStudentServiceBase()
Methods
AutoAllocateSelectedStudents(AutoAllocateSelectedStudentsRequest)
Declaration
public virtual AutoAllocateSelectedStudentsResponse AutoAllocateSelectedStudents(AutoAllocateSelectedStudentsRequest request)
Parameters
Returns
AutoAllocateSelectedStudentsQueue(AutoAllocateSelectedStudentsRequest)
Declaration
public virtual AutoAllocateSelectedStudentsResponse AutoAllocateSelectedStudentsQueue(AutoAllocateSelectedStudentsRequest request)
Parameters
Returns
AutoAllocateStudents(AutoAllocateStudentsRequest)
Declaration
public virtual AutoAllocateStudentsResponse AutoAllocateStudents(AutoAllocateStudentsRequest request)
Parameters
Returns
AutoAllocateStudentsQueue(AutoAllocateStudentsRequest)
Declaration
public virtual AutoAllocateStudentsResponse AutoAllocateStudentsQueue(AutoAllocateStudentsRequest request)
Parameters
Returns
ClearStudentAllocation(DeleteStudentAllocationRequest)
Declaration
public virtual DeleteStudentAllocationResponse ClearStudentAllocation(DeleteStudentAllocationRequest request)
Parameters
Returns
DownloadAllocationStudent(DownloadAllocationStudentRequest)
Declaration
public virtual DownloadAllocationStudentResponse DownloadAllocationStudent(DownloadAllocationStudentRequest request)
Parameters
Returns
DownloadStudentErrorReport(DownloadAllocateStudentErrorReportRequest)
Declaration
public virtual DownloadAllocateStudentErrorReportResponse DownloadStudentErrorReport(DownloadAllocateStudentErrorReportRequest request)
Parameters
Returns
ImportStudentAllocation(ImportStudentAllocationRequest)
Declaration
public virtual UploadAllocationStudentResponse ImportStudentAllocation(ImportStudentAllocationRequest request)
Parameters
Returns
SaveStudentAllocation(SaveStudentAllocationRequest)
Declaration
public virtual SaveStudentAllocationResponse SaveStudentAllocation(SaveStudentAllocationRequest request)
Parameters
Returns
SaveStudentForExamCenter(SaveStudentForExamCenterRequest)
Declaration
public virtual SaveStudentForExamCenterResponse SaveStudentForExamCenter(SaveStudentForExamCenterRequest request)
Parameters
Returns
UploadAllocationStudent(UploadAllocationStudentRequest)
Declaration
public virtual UploadAllocationStudentResponse UploadAllocationStudent(UploadAllocationStudentRequest request)
Parameters
Returns
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService