Show / Hide Table of Contents

Interface IEmployeeCaseValueService

Payroll employee case value service

Inherited Members
IReadService<ICaseValue, EmployeeServiceContext, CaseValueQuery>.QueryAsync<T>(EmployeeServiceContext, CaseValueQuery)
IReadService<ICaseValue, EmployeeServiceContext, CaseValueQuery>.QueryCountAsync(EmployeeServiceContext, CaseValueQuery)
IReadService<ICaseValue, EmployeeServiceContext, CaseValueQuery>.QueryResultAsync<T>(EmployeeServiceContext, CaseValueQuery)
IReadService<ICaseValue, EmployeeServiceContext, CaseValueQuery>.GetAsync<T>(EmployeeServiceContext, int)
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IEmployeeCaseValueService : IReadService<ICaseValue, EmployeeServiceContext, CaseValueQuery>

Methods

GetCaseValueSlotsAsync(EmployeeServiceContext, string)

Get all case slots from a specific case field

Declaration
Task<IEnumerable<string>> GetCaseValueSlotsAsync(EmployeeServiceContext context, string caseFieldName)
Parameters
Type Name Description
EmployeeServiceContext context

The service context

string caseFieldName

The case field name

Returns
Type Description
Task<IEnumerable<string>>

The case values

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