Geocortex Essentials WPF API Reference for Workflow
IQueryTask Interface |
Interface for Form Items that use a query task to get their data.
Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
The IQueryTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
FilterByInputGeometry |
Gets or sets a value indicating whether the query should use the input geometry (if any) to filter the results.
| |
ProxyUrl |
Gets or sets a proxy address which mediates access to secure ArcGIS servers.
| |
QueryCascadingID |
Gets or sets the ID of the control that will filter the query.
| |
QueryDisplayOutputField |
Gets or sets the output field that will be used as display in a Form item.
| |
QueryServiceUrl |
Gets or sets the URL to the ESRI Query Task.
| |
QueryValueOutputField |
Gets or sets the output field that will be used as result value when an item is selected.
| |
QueryWhereClause |
Gets or sets the where clause of the query.
| |
SupportsCascadingTarget |
Gets a value indicating whether this form item supports being the target of a cascading query.
| |
SupportsValueField |
Gets a value indicating whether this form item supports the use of a value field in the query.
| |
Token |
Gets or sets a token to access secure ArcGIS servers.
|
See Also