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 ArcadeExpressionRemarks
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 with an expression string, title, and name. | 
| ArcadeExpression(String, String, String, ArcadeExpressionReturnType) | Initializes a new instance of the ArcadeExpression class with an expression string, title, name, and return type. | 
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 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.11 - 200.8 | 
| Xamarin.Android | 100.11 - 100.15 | 
| Xamarin.iOS | 100.11 - 100.15 | 
| UWP | 100.11 - 200.8 |