Class UtilityNamedTraceConfigurationQueryParameters
The query parameters to use when searching for applicable named trace configuration objects.
Inheritance
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityNamedTraceConfigurationQueryParameters
Remarks
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.
Constructors
Name | Description |
---|---|
UtilityNamedTraceConfigurationQueryParameters() | Initializes a new instance of the UtilityNamedTraceConfigurationQueryParameters class. |
Properties
Name | Description |
---|---|
Creators | Gets the optional parameter representing the creators of the named trace configurations to be queried. |
GlobalIds | Gets the optional parameter representing the global IDs of the named trace configurations to be queried. |
Names | Gets the optional parameter representing the names of the named trace configurations to be queried. |
Tags | Gets the optional parameter representing the user tags of the named trace configurations to be queried. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.11 - 200.5 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.5 |