Show / Hide Table of Contents

Interface ILookupSetService

Inherited Members
ICreateService<ILookupSet, RegulationServiceContext, Query>.CreateAsync<T>(RegulationServiceContext, T)
ICreateService<ILookupSet, RegulationServiceContext, Query>.DeleteAsync(RegulationServiceContext, int)
IReadService<ILookupSet, RegulationServiceContext, Query>.QueryAsync<T>(RegulationServiceContext, Query)
IReadService<ILookupSet, RegulationServiceContext, Query>.QueryCountAsync(RegulationServiceContext, Query)
IReadService<ILookupSet, RegulationServiceContext, Query>.QueryResultAsync<T>(RegulationServiceContext, Query)
IReadService<ILookupSet, RegulationServiceContext, Query>.GetAsync<T>(RegulationServiceContext, int)
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupSetService : ICreateService<ILookupSet, RegulationServiceContext, Query>, IReadService<ILookupSet, RegulationServiceContext, Query>

Methods

CreateAsync<T>(RegulationServiceContext, IEnumerable<T>)

Declaration
Task CreateAsync<T>(RegulationServiceContext context, IEnumerable<T> lookupSets) where T : class, ILookupSet
Parameters
Type Name Description
RegulationServiceContext context
IEnumerable<T> lookupSets
Returns
Type Description
Task
Type Parameters
Name Description
T

GetAsync<T>(RegulationServiceContext, string)

Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string name) where T : class, ILookupSet
Parameters
Type Name Description
RegulationServiceContext context
string name
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