Class ArcGISFeatureTable
A table of features that typically represent real-world objects created from an ArcGIS feature service or an ArcGIS geodatabase.
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class ArcGISFeatureTable : FeatureTable, INotifyPropertyChanged, ILoadable, IFeatureFormSource
Remarks
This is the base class for the ArcGIS specific feature tables Geodatabase
If the Hastrue
, you can display the features in a map or scene. To do
this create a Featurefalse
).
Arc
Properties
Name | Description |
---|---|
Contingent |
Gets the table's contingent values definition. |
Default |
Gets the table's default subtype code. |
Editable |
Gets the editable fields of this feature table. |
Feature |
Gets the definition of a user interface to display when editing a feature in this table. |
Feature |
Gets a list of Feature |
Feature |
Gets a list of Feature |
Feature |
Gets a list of Feature |
Global |
Gets the name of the global ID field. |
Has |
Gets a value indicating whether table supports attachments. |
Layer |
Gets the Arc |
Object |
Gets the name of the object ID field. |
Service |
Gets the layer ID in the feature service that this table was created from. |
Subtype |
Gets the table's subtype field. |
Type |
Gets the name of the type ID field. |
Unknown |
Gets unknown data from the source JSON. |
Unsupported |
Gets unsupported data from the source JSON. |
Use |
Gets or sets a value indicating whether advanced symbology is used. |
Username | Gets the username of the feature table. |
Methods
Name | Description |
---|---|
Create |
Creates and returns a new Arc |
Create |
Creates and returns a new Arc |
Create |
Creates and returns a new Arc |
Create |
Creates and returns a new Arc |
Create |
Creates and returns a new Arc |
Create |
Creates and returns a new Arc |
Get |
Retrieves the features added since the last sync. |
Get |
Retrieves the number of features added since the last sync. |
Get |
Returns possible values for the specified field, in the context of defined contingencies. |
Get |
Retrieves the features deleted since the last sync. |
Get |
Retrieves the number of features deleted since the last sync. |
Get |
Retrieves the Feature |
Get |
Retrieves the Feature |
Get |
Retrieves all the features that were added, updated or deleted since the last sync. |
Get |
Retrieves the number of features that were added, updated or deleted since the last sync. |
Get |
Returns a list of all related tables that have been added to the map. |
Get |
Returns list of tables related by the given relationship info. |
Get |
Retrieves the features updated since the last sync. |
Get |
Retrieves the number of features updated since the last sync. |
Has |
Checks whether the feature table has local edits. |
Query |
Asynchronously queries for the number of related features to the supplied feature. |
Query |
Asynchronously queries for the number of related features to the supplied feature based on the parameters. |
Query |
Asynchronously queries for related features of a given feature in all relationships. |
Query |
Asynchronously queries for related features of a given feature in a specific relationship. |
Validate |
Validates contingency constraints for the given feature. |
Validate |
Asynchronously validates constraints for a given feature participating in a relationship. |
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 |