Skip to content

EasyDataOptions class

public class EasyData.Services.EasyDataOptions

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

NameTypeDescription
EasyDataOptions(IServiceProvider services)voidInitializes a new instance of the EasyData.Services.EasyDataOptions class.
NameTypeDescription
Endpointstring
ManagerResolverEasyDataManagerResolver
MetaDataLoaderOptionsBuilderAction<object>Gets or sets the options builder for metadata loader. This action will be called before metadata loader creation to adjust the options passed to it
NameTypeDescription
RegisterFilter(string filterClass, Type filterType)void
RegisterFilter(string filterClass)void
ResolveFilter(string filterClass, MetaData model)EasyFilter
UseManager(EasyDataManagerResolver managerResolver)voidDefines the function which creates and returns an instance of EasyQuery manager. The manager defines all basic operations with the models and queries: creating, loading, saving and query building itself.
UseManager()voidDefines the function which creates and returns an instance of EasyQuery manager. The manager defines all basic operations with the models and queries: creating, loading, saving and query building itself.