Class EmployeeCaseValueServiceContext
Employee service context
Inheritance
EmployeeCaseValueServiceContext
Implements
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class EmployeeCaseValueServiceContext : EmployeeServiceContext, IServiceContext
Constructors
EmployeeCaseValueServiceContext(ITenant, IEmployee, ICaseValue)
Initializes a new instance of the EmployeeCaseValueServiceContext class
Declaration
public EmployeeCaseValueServiceContext(ITenant tenant, IEmployee employee, ICaseValue caseValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ITenant | tenant | The tenant |
| IEmployee | employee | The employee |
| ICaseValue | caseValue | The case value |
EmployeeCaseValueServiceContext(int, int, int)
Initializes a new instance of the EmployeeCaseValueServiceContext class
Declaration
public EmployeeCaseValueServiceContext(int tenantId, int employeeId, int caseValueId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tenantId | The tenant id |
| int | employeeId | The employee id |
| int | caseValueId | The case value id |
Properties
CaseValueId
The case value id
Declaration
public int CaseValueId { get; }
Property Value
| Type | Description |
|---|---|
| int |