Interface IReportParameterService
Regulation report parameter service
Inherited Members
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)
Get object
Declaration
Task<T> GetAsync<T>(ReportServiceContext context, string name) where T : class, IReportParameter
Parameters
| Type | Name | Description |
|---|---|---|
| ReportServiceContext | context | The service context |
| string | name | The report parameter name |
Returns
| Type | Description |
|---|---|
| Task<T> | The report parameter, null if missing |
Type Parameters
| Name | Description |
|---|---|
| T |