Show / Hide Table of Contents

Interface IRegulationShareService

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

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