EssentialsLayerInfo Class
The information of a given layer for json serialization purpose.
Inheritance Hierarchy
SystemObject
  Geocortex.Essentials.ClientEssentialsLayerInfo

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

The EssentialsLayerInfo type exposes the following members.

Constructors
  NameDescription
Public methodEssentialsLayerInfo
Initializes a new instance of the EssentialsLayerInfo class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDisplayName
Gets or sets the display name for the Layer.
Public propertyId
Gets or sets the ID of the Layer.
Public propertyIsDynamic
Gets or sets a value indicating whether the layer is dynamic.
Public propertyIsVisibile Obsolete.
Gets or sets a value indicating whether the Layer is set to visible.
Public propertyIsVisible
Gets or sets a value indicating whether the Layer is set to visible.
Public propertyLayerSource
Gets or sets the layer source.
Public propertyLayerSourceJson
Gets or sets the JSON representation of the layer source.
Public propertyLayerUrl
Gets or sets Url of the Layer.
Public propertyMapServiceId
Gets or sets the ID of the MapService.
Public propertyMapServiceUrl
Gets or sets the Map Service Url.
Public propertyName
Gets or sets the name of the Layer.
Public propertyPropertyValue
Gets or sets the properties.
Public propertyToken
Gets or sets the security token that must be provided when requesting the service from ArcGIS Server.
Top
See Also