Show / Hide Table of Contents

Class TenantServiceContext

Tenant service context

Inheritance
object
RootServiceContext
TenantServiceContext
CaseValueServiceContext
EmployeeServiceContext
PayrollResultServiceContext
PayrollResultValueServiceContext
PayrollServiceContext
PayrunServiceContext
RegulationServiceContext
WebhookServiceContext
Implements
IServiceContext
Inherited Members
RootServiceContext.ServiceType
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class TenantServiceContext : RootServiceContext, IServiceContext

Constructors

TenantServiceContext(ITenant)

Initializes a new instance of the TenantServiceContext class

Declaration
public TenantServiceContext(ITenant tenant)
Parameters
Type Name Description
ITenant tenant

The tenant

TenantServiceContext(int)

Initializes a new instance of the TenantServiceContext class

Declaration
public TenantServiceContext(int tenantId)
Parameters
Type Name Description
int tenantId

The tenant id

Properties

TenantId

The tenant id

Declaration
public int TenantId { get; }
Property Value
Type Description
int

Implements

IServiceContext

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX