ContingentValuesResult QML Type

An object that defines possible values for a field in the context of the contingent field groups it participates in. More...

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

Object

Properties

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

contingentValuesAllGroups : list<ContingentValue>

A list of contingent values that satisfy all field groups the array participates in (read-only).

If the field only participates in a single field group, this list will be empty.


contingentValuesByFieldGroup : jsobject

A dictionary of field group names and associated lists of possible contingent values for that field group (read-only).

The returned object is a mapping of strings (keys) to list<ContingentValue> (values).


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