Class PayrollResultValueServiceContext
Tenant service context
Implements
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrollResultValueServiceContext : TenantServiceContext, IServiceContext
Constructors
PayrollResultValueServiceContext(ITenant, IPayroll, IPayrunJob, IEmployee, IDivision)
Initializes a new instance of the PayrollResultValueServiceContext class
Declaration
public PayrollResultValueServiceContext(ITenant tenant, IPayroll payroll = null, IPayrunJob payrunJob = null, IEmployee employee = null, IDivision division = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ITenant | tenant | The tenant |
| IPayroll | payroll | The payroll |
| IPayrunJob | payrunJob | The payrun job |
| IEmployee | employee | The employee |
| IDivision | division | The division |
PayrollResultValueServiceContext(int, int?, int?, int?, int?)
Initializes a new instance of the PayrollResultValueServiceContext class
Declaration
public PayrollResultValueServiceContext(int tenantId, int? payrollId = null, int? payrunJobId = null, int? employeeId = null, int? divisionId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tenantId | The tenant id |
| int? | payrollId | The payroll id |
| int? | payrunJobId | The payrun job id |
| int? | employeeId | The employee id |
| int? | divisionId | The division id |
Properties
DivisionId
The division id
Declaration
public int? DivisionId { get; }
Property Value
| Type | Description |
|---|---|
| int? |
EmployeeId
The employee id
Declaration
public int? EmployeeId { get; }
Property Value
| Type | Description |
|---|---|
| int? |
PayrollId
The payroll id
Declaration
public int? PayrollId { get; }
Property Value
| Type | Description |
|---|---|
| int? |
PayrunJobId
The payrun job id
Declaration
public int? PayrunJobId { get; }
Property Value
| Type | Description |
|---|---|
| int? |