[This is preliminary documentation and is subject to change.]
The ICRUDQueryResolver type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Configure |
Configures an entity from supplied config node
(Inherited from IConfigurable.) | |
| RegisterHandlerLocation |
Registers handler location.
The Resolver must be not started yet. This method is NOT thread safe
| |
| Resolve |
Retrieves a handler for supplied query. The implementation must be thread-safe
| |
| UnregisterHandlerLocation |
Unregisters handler location returning true if it was found and removed.
The Resolve must be not started yet. This method is NOT thread safe
|
Properties
| Name | Description | |
|---|---|---|
| HandlerLocations | ||
| Handlers | ||
| ScriptAssembly |
See Also