Show / Hide Table of Contents

Interface IReportService

Inherited Members
ICrudService<IReport, RegulationServiceContext, Query>.UpdateAsync<T>(RegulationServiceContext, T)
ICreateService<IReport, RegulationServiceContext, Query>.CreateAsync<T>(RegulationServiceContext, T)
ICreateService<IReport, RegulationServiceContext, Query>.DeleteAsync(RegulationServiceContext, int)
IReadService<IReport, RegulationServiceContext, Query>.QueryAsync<T>(RegulationServiceContext, Query)
IReadService<IReport, RegulationServiceContext, Query>.QueryCountAsync(RegulationServiceContext, Query)
IReadService<IReport, RegulationServiceContext, Query>.QueryResultAsync<T>(RegulationServiceContext, Query)
IReadService<IReport, RegulationServiceContext, Query>.GetAsync<T>(RegulationServiceContext, int)
Namespace: PayrollEngine.Client.Service
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
Type Name Description
RegulationServiceContext context
int reportId
ReportRequest request
Returns
Type Description
Task<ReportResponse>

GetAsync<T>(RegulationServiceContext, string)

Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string name) where T : class, IReport
Parameters
Type Name Description
RegulationServiceContext context
string name
Returns
Type Description
Task<T>
Type Parameters
Name Description
T

RebuildAsync(RegulationServiceContext, int)

Declaration
Task RebuildAsync(RegulationServiceContext context, int reportId)
Parameters
Type Name Description
RegulationServiceContext context
int reportId
Returns
Type Description
Task

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX