Show / Hide Table of Contents

Interface IReportSetService

Payroll payrun service

Inherited Members
ICreateService<IReportSet, RegulationServiceContext, Query>.CreateAsync<T>(RegulationServiceContext, T)
ICreateService<IReportSet, RegulationServiceContext, Query>.DeleteAsync(RegulationServiceContext, int)
IReadService<IReportSet, RegulationServiceContext, Query>.QueryAsync<T>(RegulationServiceContext, Query)
IReadService<IReportSet, RegulationServiceContext, Query>.QueryCountAsync(RegulationServiceContext, Query)
IReadService<IReportSet, RegulationServiceContext, Query>.QueryResultAsync<T>(RegulationServiceContext, Query)
IReadService<IReportSet, RegulationServiceContext, Query>.GetAsync<T>(RegulationServiceContext, int)
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportSetService : ICreateService<IReportSet, RegulationServiceContext, Query>, IReadService<IReportSet, RegulationServiceContext, Query>

Methods

GetAsync<T>(RegulationServiceContext, int, ReportRequest)

Get report set by request

Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, int reportId, ReportRequest reportRequest) where T : class, IReportSet
Parameters
Type Name Description
RegulationServiceContext context

The service context

int reportId

The report id

ReportRequest reportRequest

The report request

Returns
Type Description
Task<T>

The report set

Type Parameters
Name Description
T

GetAsync<T>(RegulationServiceContext, string, ReportRequest)

Get report set by name

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

The service context

string name

The id of the report

ReportRequest reportRequest

The report request

Returns
Type Description
Task<T>

The report set

Type Parameters
Name Description
T

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