Class LookupServiceContext
Lookup service context
Inheritance
LookupServiceContext
Implements
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupServiceContext : RegulationServiceContext, IServiceContext
Constructors
LookupServiceContext(ITenant, IRegulation, ILookup)
Initializes a new instance of the LookupServiceContext class
Declaration
public LookupServiceContext(ITenant tenant, IRegulation regulation, ILookup lookup)
Parameters
| Type | Name | Description |
|---|---|---|
| ITenant | tenant | The tenant |
| IRegulation | regulation | The regulation |
| ILookup | lookup | The lookup |
LookupServiceContext(int, int, int)
Initializes a new instance of the LookupServiceContext class
Declaration
public LookupServiceContext(int tenantId, int regulationId, int lookupId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tenantId | The tenant id |
| int | regulationId | The regulation id |
| int | lookupId | The lookup id |
Properties
LookupId
The lookup id
Declaration
public int LookupId { get; }
Property Value
| Type | Description |
|---|---|
| int |