Show / Hide Table of Contents

Class PayrollResultValueServiceContext

Inheritance
object
RootServiceContext
TenantServiceContext
PayrollResultValueServiceContext
Implements
IServiceContext
Inherited Members
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 PayrollResultValueServiceContext : TenantServiceContext, IServiceContext

Constructors

PayrollResultValueServiceContext(ITenant, IPayroll, IPayrunJob, IEmployee, IDivision)

Declaration
public PayrollResultValueServiceContext(ITenant tenant, IPayroll payroll = null, IPayrunJob payrunJob = null, IEmployee employee = null, IDivision division = null)
Parameters
Type Name Description
ITenant tenant
IPayroll payroll
IPayrunJob payrunJob
IEmployee employee
IDivision division

PayrollResultValueServiceContext(int, int?, int?, int?, int?)

Declaration
public PayrollResultValueServiceContext(int tenantId, int? payrollId = null, int? payrunJobId = null, int? employeeId = null, int? divisionId = null)
Parameters
Type Name Description
int tenantId
int? payrollId
int? payrunJobId
int? employeeId
int? divisionId

Properties

DivisionId

Declaration
public int? DivisionId { get; }
Property Value
Type Description
int?

EmployeeId

Declaration
public int? EmployeeId { get; }
Property Value
Type Description
int?

PayrollId

Declaration
public int? PayrollId { get; }
Property Value
Type Description
int?

PayrunJobId

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