Interface IReportService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportService : ICrudService<IReport, RegulationServiceContext, Query>, ICreateService<IReport, RegulationServiceContext, Query>, IReadService<IReport, RegulationServiceContext, Query>
Methods
ExecuteReportAsync(RegulationServiceContext, int, ReportRequest)
Declaration
Task<ReportResponse> ExecuteReportAsync(RegulationServiceContext context, int reportId, ReportRequest request)
Parameters
Returns
GetAsync<T>(RegulationServiceContext, string)
Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string name) where T : class, IReport
Parameters
Returns
Type Parameters
RebuildAsync(RegulationServiceContext, int)
Declaration
Task RebuildAsync(RegulationServiceContext context, int reportId)
Parameters
Returns
Extension Methods