UtilityNamedTraceConfigurationQueryParameters QML Type

The query parameters to use when searching for applicable named trace configuration objects. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.11
Inherits:

Object

Properties

Signals

Detailed Description

If none of the parameters are set, the query will return all available named trace configurations. In the query the values in each property are combined using a logical OR and between each property a logical AND is used.

See also UtilityNamedTraceConfiguration.

Property Documentation

creators : list<string>

Optional parameter representing the creators of the named trace configurations to be queried.


globalIds : list<string>

Optional parameter representing the global IDs of the named trace configurations to be queried.

Note: The following formats of UUID will be accepted for the globalIds parameter:

const guids = [ "{221F7A6F-1234-4C7E-AB59-B71C16B7C3B0}", "221F7A6F-1234-4C7E-AB59-B71C16B7C3B0", "{221f7a6f-1234-4c7e-ab59-b71c16b7c3b0}" ];

names : list<string>

Optional parameter representing the names of the named trace configurations to be queried.


tags : list<string>

Optional parameter representing the user tags of the named trace configurations to be queried.


Signal Documentation

creatorsChanged()

Emitted when the creators property changes.

Note: The corresponding handler is onCreatorsChanged.


globalIdsChanged()

Emitted when the globalIds property changes.

Note: The corresponding handler is onGlobalIdsChanged.


namesChanged()

Emitted when the names property changes.

Note: The corresponding handler is onNamesChanged.


tagsChanged()

Emitted when the tags property changes.

Note: The corresponding handler is onTagsChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.