Show / Hide Table of Contents

Class TenantServiceContext

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)

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

TenantServiceContext(int)

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

Properties

TenantId

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