The following members of class ArcadeExpression are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) bool | equals( |
Member Function Documentation
[deprecated]
bool ArcadeExpression::equals(Esri::ArcGISRuntime::ArcadeExpression *other) const
This function is deprecated. We strongly advise against using it in new code.
Returns a bool
that tests if two ArcadeExpression objects are equal.
- other - The second object.
[override virtual, deprecated]
QJsonObject ArcadeExpression::unknownJson () const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: JsonSerializable::unknownJson() const.
Returns the unknown data from the source JSON.
Unknown JSON is a dictionary of values not defined in the ArcGIS specification used to create this object but found in the source JSON. If the object is written back to JSON, all unknown JSON data is persisted. The ArcGIS specification may be for a web map, web scene, REST API, and so on.
See also JsonSerializable.
[override virtual, deprecated]
QJsonObject ArcadeExpression::unsupportedJson () const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: JsonSerializable::unsupportedJson() const.
Returns the unsupported data from the source JSON.
Unsupported JSON is a dictionary of values defined in the ArcGIS specification used to create this object but not currently used in this API. If the object is written back to JSON, any unsupported JSON data is persisted. The ArcGIS specification may be from a web map, web scene, REST API, and so on.
See also JsonSerializable.