Class Field
Contains information about an attribute field in a Feature
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class Field
Constructors
Name | Description |
---|---|
Field(Field |
Initializes a new instance of the Field class. |
Properties
Name | Description |
---|---|
Alias | Gets the alias of field. |
Domain | Gets the domain of field. |
Field |
Gets the data type of field. |
Is |
Gets a value indicating whether field is editable. |
Is |
Gets a value indicating whether field is nullable. |
Length | Gets the length of the field. |
Name | Gets the name of the field. |
Methods
Name | Description |
---|---|
Create |
Creates a new Int64 field. |
Create |
Creates a new Date field. |
Create |
Creates a new Date |
Create |
Creates a new double-precision floating point field. |
Create |
Creates a new single-precision floating point field. |
Create |
Creates a new 32-bit integer field. |
Create |
Creates a new 16-bit integer field. |
Create |
Creates a new Text field. |
Create |
Creates a new Time |
Create |
Creates a new Timestamp |
From |
Creates a Field from the JSON string. |
To |
Serializes the Field to JSON string. |
To |
Returns a System. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |