EssentialsFeatureSet Class
The information of a given FeatureSet for json serilization purpose.
Inheritance Hierarchy
SystemObject
  Geocortex.Essentials.ClientEssentialsFeatureSet

Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class EssentialsFeatureSet

The EssentialsFeatureSet type exposes the following members.

Constructors
  NameDescription
Public methodEssentialsFeatureSet
Initializes a new instance of the EssentialsFeatureSet class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromJson
Froms the json.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToJson
To json.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyEsriFeatureSet
Gets or sets the esri feature set.
Public propertyFeatureSetDisplayName
Gets or sets the feature set id.
Public propertyFeatureSetId
Gets or sets the feature set id.
Public propertyLayerInfo
Gets or sets the layer info.
Top
See Also