Interface IEntranceTestImportRecordService
Represents a service contract for interacting with the EntranceTestImportRecordEntity entity.
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public interface IEntranceTestImportRecordService : IEntityService<EntranceTestImportRecordEntity>, IService
Methods
CreateNewLeadStart(MatchEntranceImportTestNewLeadRequest)
This method used to Unmatch Entrance Test Score based on EntranceTestImportRecordEntity
Declaration
MatchEntranceImportTestNewLeadResponse CreateNewLeadStart(MatchEntranceImportTestNewLeadRequest request)
Parameters
Type | Name | Description |
---|---|---|
MatchEntranceImportTestNewLeadRequest | request | MatchEntranceTestImportRecordRequest Object contains the value of EntranceTestImportRecordEntity. |
Returns
Type | Description |
---|---|
MatchEntranceImportTestNewLeadResponse | The return value MatchEntranceTestImportRecordResponse. |
MatchEntranceTestImportEntities(MatchEntranceTestImportRecordRequest)
This method used to match Entrance Test Score based on StudentId and EntranceTestImportRecordEntity
Declaration
MatchEntranceTestImportRecordResponse MatchEntranceTestImportEntities(MatchEntranceTestImportRecordRequest request)
Parameters
Type | Name | Description |
---|---|---|
MatchEntranceTestImportRecordRequest | request | MatchEntranceTestImportRecordRequest Object contains the value of StudentId and EntranceTestImportRecordEntity. |
Returns
Type | Description |
---|---|
MatchEntranceTestImportRecordResponse | The return value MatchEntranceTestImportRecordResponse. |
UnmatchEntranceTestImportEntities(UnmatchEntranceTestImportRecordsRequest)
This method used to Unmatch Entrance Test Score based on EntranceTestImportRecordEntity Id list.
Declaration
UnmatchEntranceTestImportRecordsResponse UnmatchEntranceTestImportEntities(UnmatchEntranceTestImportRecordsRequest request)
Parameters
Type | Name | Description |
---|---|---|
UnmatchEntranceTestImportRecordsRequest | request | UnmatchEntranceTestImportRecordRequest Object contains the value of EntranceTestImportRecordEntity Id. |
Returns
Type | Description |
---|---|
UnmatchEntranceTestImportRecordsResponse | The return value UnmatchEntranceTestImportRecordResponse. |