Geocortex Essentials WPF API Reference for Workflow
EssentialsLayerInfo Class |
The information of a given layer for json serialization purpose.
Inheritance Hierarchy
Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
The EssentialsLayerInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EssentialsLayerInfo | Initializes a new instance of the EssentialsLayerInfo class |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name for the Layer. | |
Id | Gets or sets the ID of the Layer. | |
IsDynamic |
Gets or sets a value indicating whether the layer is dynamic.
| |
IsVisibile | Obsolete. Gets or sets a value indicating whether the Layer is set to visible. | |
IsVisible | Gets or sets a value indicating whether the Layer is set to visible. | |
LayerSource |
Gets or sets the layer source.
| |
LayerSourceJson |
Gets or sets the JSON representation of the layer source.
| |
LayerUrl | Gets or sets Url of the Layer. | |
MapServiceId |
Gets or sets the ID of the MapService.
| |
MapServiceUrl |
Gets or sets the Map Service Url.
| |
Name | Gets or sets the name of the Layer. | |
PropertyValue |
Gets or sets the properties.
| |
Token |
Gets or sets the security token that must be provided when requesting the service from ArcGIS Server.
|
See Also