Class PayrollResultServiceContext
Payroll service context
Implements
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrollResultServiceContext : TenantServiceContext, IServiceContext
Constructors
PayrollResultServiceContext(ITenant, IPayrollResult)
Initializes a new instance of the PayrollResultServiceContext class
Declaration
public PayrollResultServiceContext(ITenant tenant, IPayrollResult payrollResult)
Parameters
| Type | Name | Description |
|---|---|---|
| ITenant | tenant | The tenant |
| IPayrollResult | payrollResult | The payroll result |
PayrollResultServiceContext(int, int)
Initializes a new instance of the PayrollResultServiceContext class
Declaration
public PayrollResultServiceContext(int tenantId, int payrollResultId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tenantId | The tenant id |
| int | payrollResultId | The payroll result id |
Properties
PayrollResultId
The payroll result id
Declaration
public int PayrollResultId { get; }
Property Value
| Type | Description |
|---|---|
| int |