Constructor ServiceFeatureTable
ServiceFeatureTable(Uri)
Initializes a new instance of the ServiceFeatureTable class.
Declaration
public ServiceFeatureTable(Uri source)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | source | The service URI. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
ServiceFeatureTable(ServiceFeatureTable, RelationshipInfo)
Initializes a new instance of the ServiceFeatureTable class.
Declaration
public ServiceFeatureTable(ServiceFeatureTable table, RelationshipInfo relationshipInfo)
Parameters
Type | Name | Description |
---|---|---|
ServiceFeatureTable | table | The table from which to create a new table. |
RelationshipInfo | relationshipInfo | The relationship info specifying which table to create. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |
ServiceFeatureTable(Item)
Initializes a new instance of the ServiceFeatureTable class from a feature service or feature layer portal item.
Declaration
public ServiceFeatureTable(Item item)
Parameters
Type | Name | Description |
---|---|---|
Item | item | The ArcGIS Item that represents a feature service or a feature layer. |
Remarks
If the portal item is a feature service, the ServiceFeatureTable will be created from the first layer on the service. If the portal item references a specific feature layer, the ServiceFeatureTable will be created for that layer.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |
ServiceFeatureTable(Item, Int64)
Initializes a new instance of the ServiceFeatureTable class from a feature service portal item.
Declaration
public ServiceFeatureTable(Item item, long layerId)
Parameters
Type | Name | Description |
---|---|---|
Item | item | The ArcGIS Item of FeatureService type. |
System.Int64 | layerId | The layer id on the service for which to create the table. |
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |