Show / Hide Table of Contents

Interface IReportSetService

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)

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

GetAsync<T>(RegulationServiceContext, string, ReportRequest)

Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string name, ReportRequest reportRequest) where T : class, IReportSet
Parameters
Type Name Description
RegulationServiceContext context
string name
ReportRequest reportRequest
Returns
Type Description
Task<T>
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