Class FunctionInvokerBase
Function invoker base
Inheritance
FunctionInvokerBase
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class FunctionInvokerBase
Constructors
View SourceFunctionInvokerBase(PayrollHttpClient, ScriptConfiguration)
Invoker constructor
Declaration
protected FunctionInvokerBase(PayrollHttpClient httpClient, ScriptConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrollHttpClient | httpClient | The Payroll http configuration |
| ScriptConfiguration | configuration | The scripting configuration |
Properties
View SourceConfiguration
The scripting configuration
Declaration
public ScriptConfiguration Configuration { get; }
Property Value
| Type | Description |
|---|---|
| ScriptConfiguration |
HttpClient
The Payroll http client
Declaration
public PayrollHttpClient HttpClient { get; }
Property Value
| Type | Description |
|---|---|
| PayrollHttpClient |