Class SubtypeSubtable
A child table that allows custom editing of features of a particular subtype.
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SubtypeSubtable : IFeatureFormSource, IPopupSource, INotifyPropertyChanged
Remarks
Query and edit methods are not available until this table is added to Subtype
Constructors
Name | Description |
---|---|
Subtype |
Initializes a new instance of the Subtype |
Properties
Name | Description |
---|---|
Allows |
Gets or sets a value indicating whether editing is allowed for this subtype, when editing is supported; |
Feature |
Gets the user interface to display when editing a feature in this layer or table. |
Feature |
Gets the collection of Feature |
Is |
Gets or sets a value indicating whether the Popup |
Name | Gets or sets a user-friendly name that can be displayed in the UI (for example, in a Table of Contents). |
Popup |
Gets or sets the pop-up definition. |
Subtype | Gets the subtype in the ArcGIS data source that this table represents. |
Unknown |
Gets the unknown data from the source JSON. |
Unsupported |
Gets the unsupported data from the source JSON. |
Methods
Name | Description |
---|---|
Add |
Adds a feature to the table. |
Create |
Creates a new feature based on Subtype. |
Create |
Creates a new feature based on the provided feature template from Feature |
Delete |
Deletes a feature from the table. |
Query |
Submits a query against the table with results filtered by this subtype. |
Update |
Updates a feature in the table. |
Name | Description |
---|---|
INotify |
Occurs when a property value changes. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |