Show / Hide Table of Contents

Interface IReportParameterService

Inherited Members
ICrudService<IReportParameter, ReportServiceContext, Query>.UpdateAsync<T>(ReportServiceContext, T)
ICreateService<IReportParameter, ReportServiceContext, Query>.CreateAsync<T>(ReportServiceContext, T)
ICreateService<IReportParameter, ReportServiceContext, Query>.DeleteAsync(ReportServiceContext, int)
IReadService<IReportParameter, ReportServiceContext, Query>.QueryAsync<T>(ReportServiceContext, Query)
IReadService<IReportParameter, ReportServiceContext, Query>.QueryCountAsync(ReportServiceContext, Query)
IReadService<IReportParameter, ReportServiceContext, Query>.QueryResultAsync<T>(ReportServiceContext, Query)
IReadService<IReportParameter, ReportServiceContext, Query>.GetAsync<T>(ReportServiceContext, int)
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportParameterService : ICrudService<IReportParameter, ReportServiceContext, Query>, ICreateService<IReportParameter, ReportServiceContext, Query>, IReadService<IReportParameter, ReportServiceContext, Query>

Methods

GetAsync<T>(ReportServiceContext, string)

Declaration
Task<T> GetAsync<T>(ReportServiceContext context, string name) where T : class, IReportParameter
Parameters
Type Name Description
ReportServiceContext context
string name
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