Interface IPayrunParameterService
Payroll webhook message service
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrunParameterService : ICrudService<IPayrunParameter, PayrunServiceContext, Query>, ICreateService<IPayrunParameter, PayrunServiceContext, Query>, IReadService<IPayrunParameter, PayrunServiceContext, Query>
Methods
GetAsync<T>(PayrunServiceContext, string)
Get object
Declaration
Task<T> GetAsync<T>(PayrunServiceContext context, string name) where T : class, IPayrunParameter
Parameters
| Type | Name | Description |
|---|---|---|
| PayrunServiceContext | 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 |