Class ArcadeExpression
An Arcade expression object, containing an expression, a name, a return type and a title.
Inheritance
Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcadeExpression
Remarks
An Arcade expression object gathers an Arcade script expression together with:
- The expected return type.
- The name that a map author uses to refer to it.
- The title that the author uses to describe the expression.
Constructors
Name | Description |
---|---|
Arcade |
Initializes a new instance of the Arcade |
Arcade |
Initializes a new instance of the Arcade |
Arcade |
Initializes a new instance of the Arcade |
Properties
Name | Description |
---|---|
Expression | Gets the Arcade expression string. |
Name | Gets the name that the author uses to refer to the expression. |
Return |
Gets the expected return type of the expression. |
Title | Gets the title that the author uses to describe the expression. |
Unknown |
Gets a collection of unknown data from the source JSON. |
Unsupported |
Gets a collection of unsupported data from the source JSON. |
Methods
Name | Description |
---|---|
Equals(Arcade |
Tests if two Arcade expression objects are equal. |
From |
Creates an arcade expression from an ArcGIS JSON representation ( |
To |
Converts this arcade expression to an ArcGIS JSON representation ( |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.11 - 200.6 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.6 |