Geocortex Essentials WPF API Reference for Workflow
EssentialsFeatureSet Class |
The information of a given FeatureSet for json serilization purpose.
Inheritance Hierarchy
Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
The EssentialsFeatureSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EssentialsFeatureSet | Initializes a new instance of the EssentialsFeatureSet class |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FromJson |
Froms the json.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToJson |
To json.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
EsriFeatureSet |
Gets or sets the esri feature set.
| |
FeatureSetDisplayName |
Gets or sets the feature set id.
| |
FeatureSetId |
Gets or sets the feature set id.
| |
LayerInfo |
Gets or sets the layer info.
|
See Also