Show / Hide Table of Contents

Class EmployeeCaseValueServiceContext

Inheritance
object
RootServiceContext
TenantServiceContext
EmployeeServiceContext
EmployeeCaseValueServiceContext
Implements
IServiceContext
Inherited Members
EmployeeServiceContext.EmployeeId
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 EmployeeCaseValueServiceContext : EmployeeServiceContext, IServiceContext

Constructors

EmployeeCaseValueServiceContext(ITenant, IEmployee, ICaseValue)

Declaration
public EmployeeCaseValueServiceContext(ITenant tenant, IEmployee employee, ICaseValue caseValue)
Parameters
Type Name Description
ITenant tenant
IEmployee employee
ICaseValue caseValue

EmployeeCaseValueServiceContext(int, int, int)

Declaration
public EmployeeCaseValueServiceContext(int tenantId, int employeeId, int caseValueId)
Parameters
Type Name Description
int tenantId
int employeeId
int caseValueId

Properties

CaseValueId

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