Class ArcadeExpression
An Arcade expression object, containing an expression, a name, a return type and a title.
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 |
---|---|
ArcadeExpression(String) | Initializes a new instance of the ArcadeExpression class with an expression script. |
ArcadeExpression(String, String, String) | Initializes a new instance of the ArcadeExpression class. |
ArcadeExpression(String, String, String, ArcadeExpressionReturnType) | Initializes a new instance of the ArcadeExpression class. |
Properties
Name | Description |
---|---|
Expression | Gets the Arcade expression string. |
Name | Gets the name that the author uses to refer to the expression. |
ReturnType | Gets the expected return type of the expression. |
Title | Gets the title that the author uses to describe the expression. |
UnknownJson | Gets a collection of unknown data from the source JSON. |
UnsupportedJson | Gets a collection of unsupported data from the source JSON. |
Methods
Name | Description |
---|---|
Equals(ArcadeExpression) | Tests if two Arcade expression objects are equal. |
FromJson(String) | Creates an arcade expression from an ArcGIS JSON representation ( |
ToJson() | Converts this arcade expression to an ArcGIS JSON representation ( |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.11 - 100.15 |
.NET 5 | 100.11 - 100.12 |
.NET Core 3.1 | 100.11 - 100.12 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 100.15 |