ieasyqueryconfigurator-interface
Defines the configurator type - a class that contains Configure(options) method that allows to set up all settings of EasyQuery middleware or controller. It's useful when we need to define the same set of options for 2 (or more) different points in app (e.g. for the middleware and for the background task that performs data export)
public interface Korzh.EasyQuery.Services.IEasyQueryConfigurator
Assembly: Korzh.EasyQuery.dll
Methods
Name | Type | Description |
---|---|---|
Configure(EasyQueryOptions options) | void |