Class CaseServiceContext
Case service context
Inheritance
CaseServiceContext
Implements
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CaseServiceContext : RegulationServiceContext, IServiceContext
Constructors
CaseServiceContext(ITenant, IRegulation, ICase)
Initializes a new instance of the CaseServiceContext class
Declaration
public CaseServiceContext(ITenant tenant, IRegulation regulation, ICase @case)
Parameters
| Type | Name | Description |
|---|---|---|
| ITenant | tenant | The tenant |
| IRegulation | regulation | The regulation |
| ICase | case | The case id |
CaseServiceContext(int, int, int)
Initializes a new instance of the CaseServiceContext class
Declaration
public CaseServiceContext(int tenantId, int regulationId, int caseId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tenantId | The employee id |
| int | regulationId | The regulation id |
| int | caseId | The case id |
Properties
CaseId
The case id
Declaration
public int CaseId { get; }
Property Value
| Type | Description |
|---|---|
| int |