ICRUDQueryResolver MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ICRUDQueryResolver type exposes the following members.
Methods

  NameDescription
Public methodConfigure
Configures an entity from supplied config node
(Inherited from IConfigurable.)
Public methodRegisterHandlerLocation
Registers handler location. The Resolver must be not started yet. This method is NOT thread safe
Public methodResolve
Retrieves a handler for supplied query. The implementation must be thread-safe
Public methodUnregisterHandlerLocation
Unregisters handler location returning true if it was found and removed. The Resolve must be not started yet. This method is NOT thread safe
Back to Top
Properties

  NameDescription
Public propertyHandlerLocations
Public propertyHandlers
Public propertyScriptAssembly
Back to Top
See Also