Class Field
Contains information about an attribute field in a Feature
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class Field
Constructors
Name | Description |
---|---|
Field(FieldType, String, String, Int32, Domain, Boolean, Boolean) | Initializes a new instance of the Field class. |
Properties
Name | Description |
---|---|
Alias | Gets the alias of field. |
Domain | Gets the domain of field. |
FieldType | Gets the data type of field. |
IsEditable | Gets a value indicating whether field is editable. |
IsNullable | 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 |
---|---|
CreateDate(String, String) | Creates a new Date field. |
CreateDouble(String, String) | Creates a new double-precision floating point field. |
CreateFloat(String, String) | Creates a new single-precision floating point field. |
CreateInt(String, String) | Creates a new 32-bit integer field. |
CreateShort(String, String) | Creates a new 16-bit integer field. |
CreateString(String, String, Int32) | Creates a new Text field. |
FromJson(String) | Creates a Field from the JSON string. |
ToJson() | Serializes the Field to JSON string. |
ToString() | Returns a System.String that represents this instance. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |