Show / Hide Table of Contents

Interface IPayrollLayerService

Inherited Members
ICrudService<IPayrollLayer, PayrollServiceContext, Query>.UpdateAsync<T>(PayrollServiceContext, T)
ICreateService<IPayrollLayer, PayrollServiceContext, Query>.CreateAsync<T>(PayrollServiceContext, T)
ICreateService<IPayrollLayer, PayrollServiceContext, Query>.DeleteAsync(PayrollServiceContext, int)
IReadService<IPayrollLayer, PayrollServiceContext, Query>.QueryAsync<T>(PayrollServiceContext, Query)
IReadService<IPayrollLayer, PayrollServiceContext, Query>.QueryCountAsync(PayrollServiceContext, Query)
IReadService<IPayrollLayer, PayrollServiceContext, Query>.QueryResultAsync<T>(PayrollServiceContext, Query)
IReadService<IPayrollLayer, PayrollServiceContext, Query>.GetAsync<T>(PayrollServiceContext, int)
IAttributeService<PayrollServiceContext>.GetAttributeAsync(PayrollServiceContext, int, string)
IAttributeService<PayrollServiceContext>.SetAttributeAsync(PayrollServiceContext, int, string, string)
IAttributeService<PayrollServiceContext>.DeleteAttributeAsync(PayrollServiceContext, int, string)
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollLayerService : ICrudService<IPayrollLayer, PayrollServiceContext, Query>, ICreateService<IPayrollLayer, PayrollServiceContext, Query>, IReadService<IPayrollLayer, PayrollServiceContext, Query>, IAttributeService<PayrollServiceContext>

Methods

GetAsync<T>(PayrollServiceContext, string)

Declaration
Task<T> GetAsync<T>(PayrollServiceContext context, string identifier) where T : class, IPayrollLayer
Parameters
Type Name Description
PayrollServiceContext context
string identifier
Returns
Type Description
Task<T>
Type Parameters
Name Description
T

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