Class PayrollResultValueServiceContext
Inheritance
PayrollResultValueServiceContext
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrollResultValueServiceContext : TenantServiceContext, IServiceContext
Constructors
PayrollResultValueServiceContext(ITenant, IPayroll, IPayrunJob, IEmployee, IDivision)
Declaration
public PayrollResultValueServiceContext(ITenant tenant, IPayroll payroll = null, IPayrunJob payrunJob = null, IEmployee employee = null, IDivision division = null)
Parameters
PayrollResultValueServiceContext(int, int?, int?, int?, int?)
Declaration
public PayrollResultValueServiceContext(int tenantId, int? payrollId = null, int? payrunJobId = null, int? employeeId = null, int? divisionId = null)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int? |
payrollId |
|
| int? |
payrunJobId |
|
| int? |
employeeId |
|
| int? |
divisionId |
|
Properties
DivisionId
Declaration
public int? DivisionId { get; }
Property Value
EmployeeId
Declaration
public int? EmployeeId { get; }
Property Value
PayrollId
Declaration
public int? PayrollId { get; }
Property Value
PayrunJobId
Declaration
public int? PayrunJobId { get; }
Property Value
Implements
Extension Methods