Class EmployeeCaseValueServiceContext
Inheritance
EmployeeCaseValueServiceContext
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class EmployeeCaseValueServiceContext : EmployeeServiceContext, IServiceContext
Constructors
EmployeeCaseValueServiceContext(ITenant, IEmployee, ICaseValue)
Declaration
public EmployeeCaseValueServiceContext(ITenant tenant, IEmployee employee, ICaseValue caseValue)
Parameters
EmployeeCaseValueServiceContext(int, int, int)
Declaration
public EmployeeCaseValueServiceContext(int tenantId, int employeeId, int caseValueId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
| int |
caseValueId |
|
Properties
CaseValueId
Declaration
public int CaseValueId { get; }
Property Value
Implements
Extension Methods