Show / Hide Table of Contents

Class DynamicEntityDataSourceInfo

Metadata for a DynamicEntityDataSource.

Inheritance
Object
DynamicEntityDataSourceInfo
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 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

TargetVersions
.NET Standard 2.0200.2
.NET 6.0200.2
.NET 6.0 Windows200.2
.NET 6.0 Android200.2
.NET 6.0 iOS200.2
.NET Framework200.2
UWP200.2
In This Article
Back to top Copyright © 2022 Esri.