Show / Hide Table of Contents

Class CaseServiceContext

Inheritance
object
RootServiceContext
TenantServiceContext
RegulationServiceContext
CaseServiceContext
Implements
IServiceContext
Inherited Members
RegulationServiceContext.RegulationId
TenantServiceContext.TenantId
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 CaseServiceContext : RegulationServiceContext, IServiceContext

Constructors

CaseServiceContext(ITenant, IRegulation, ICase)

Declaration
public CaseServiceContext(ITenant tenant, IRegulation regulation, ICase @case)
Parameters
Type Name Description
ITenant tenant
IRegulation regulation
ICase case

CaseServiceContext(int, int, int)

Declaration
public CaseServiceContext(int tenantId, int regulationId, int caseId)
Parameters
Type Name Description
int tenantId
int regulationId
int caseId

Properties

CaseId

Declaration
public int CaseId { 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