Interface ICaseRelationService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseRelationService : ICrudService<ICaseRelation, RegulationServiceContext, Query>, ICreateService<ICaseRelation, RegulationServiceContext, Query>, IReadService<ICaseRelation, RegulationServiceContext, Query>
Methods
GetAsync<T>(RegulationServiceContext, string, string, string, string)
Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string sourceCaseName, string targetCaseName, string sourceCaseSlot = null, string targetCaseSlot = null) where T : class, ICaseRelation
Parameters
Returns
Type Parameters
RebuildAsync(RegulationServiceContext, int)
Declaration
Task RebuildAsync(RegulationServiceContext context, int caseRelationId)
Parameters
Returns
Extension Methods