Class DynamicEntityDataSourceInfo
Metadata for a DynamicEntityDataSource.
Inheritance
System.Object
DynamicEntityDataSourceInfo
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)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DynamicEntityDataSourceInfo
Remarks
An object of this type must be provided by classes that derive from DynamicEntityDataSource as the return value of OnLoadAsync().
Constructors
| Name | Description |
|---|---|
| DynamicEntityDataSourceInfo(String, IEnumerable<Field>) | Initializes a new instance of the DynamicEntityDataSourceInfo class. |
Properties
| Name | Description |
|---|---|
| Description | Gets or sets the description of the data source. |
| EntityIdFieldName | Gets the name of the field from the Fields collection containing values that uniquely identify each entity. For example, the track id field with a unique identifier for each track from track-aware data, or the object id field for discrete data. |
| Fields | Gets the data source's field definitions. |
| FullExtent | Gets or sets the full extent of the source data. |
| SpatialReference | Gets or sets the SpatialReference of this data source. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |