Class LookupServiceContext
Inheritance
LookupServiceContext
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupServiceContext : RegulationServiceContext, IServiceContext
Constructors
LookupServiceContext(ITenant, IRegulation, ILookup)
Declaration
public LookupServiceContext(ITenant tenant, IRegulation regulation, ILookup lookup)
Parameters
LookupServiceContext(int, int, int)
Declaration
public LookupServiceContext(int tenantId, int regulationId, int lookupId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
regulationId |
|
| int |
lookupId |
|
Properties
LookupId
Declaration
public int LookupId { get; }
Property Value
Implements
Extension Methods