[This is preliminary documentation and is subject to change.]
The QueryResolver type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| QueryResolver | Initializes a new instance of the QueryResolver class |
Methods
| Name | Description | |
|---|---|---|
| Configure | ||
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| RegisterHandlerLocation |
Registers handler location. The Resolver must be not started yet. This method is NOT thread safe
| |
| Resolve | ||
Returns a string that represents the current object. (Inherited from | ||
| 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
|
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| CONFIG_HANDLER_LOCATION_SECTION | ||
| CONFIG_NS_ATTR | ||
| CONFIG_QUERY_RESOLVER_SECTION | ||
| CONFIG_SCRIPT_ASM_ATTR |
Properties
| Name | Description | |
|---|---|---|
| HandlerLocations | ||
| Handlers | ||
| ScriptAssembly |
Gets sets name of assembly that query scripts resolve from
|
See Also