Show / Hide Table of Contents

Interface ILookupValueService

Inherited Members
ICrudService<ILookupValue, LookupServiceContext, Query>.UpdateAsync<T>(LookupServiceContext, T)
ICreateService<ILookupValue, LookupServiceContext, Query>.CreateAsync<T>(LookupServiceContext, T)
ICreateService<ILookupValue, LookupServiceContext, Query>.DeleteAsync(LookupServiceContext, int)
IReadService<ILookupValue, LookupServiceContext, Query>.QueryAsync<T>(LookupServiceContext, Query)
IReadService<ILookupValue, LookupServiceContext, Query>.QueryCountAsync(LookupServiceContext, Query)
IReadService<ILookupValue, LookupServiceContext, Query>.QueryResultAsync<T>(LookupServiceContext, Query)
IReadService<ILookupValue, LookupServiceContext, Query>.GetAsync<T>(LookupServiceContext, int)
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupValueService : ICrudService<ILookupValue, LookupServiceContext, Query>, ICreateService<ILookupValue, LookupServiceContext, Query>, IReadService<ILookupValue, LookupServiceContext, Query>

Methods

GetLookupValuesDataAsync<T>(LookupServiceContext, string)

Declaration
Task<List<T>> GetLookupValuesDataAsync<T>(LookupServiceContext context, string culture = null) where T : LookupValueData
Parameters
Type Name Description
LookupServiceContext context
string culture
Returns
Type Description
Task<List<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