ChangeLayerAction Class

Represents a change layer action.
Inheritance Hierarchy

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ChangeLayerAction : ActionBase

The ChangeLayerAction type exposes the following members.

Constructors
  NameDescription
Public methodChangeLayerAction
Initializes a new instance of the ChangeLayerAction class.
Top
Properties
  NameDescription
Public propertyActionType
Gets the action type.
(Overrides ActionBaseActionType.)
Public propertyBoundVisual
Gets or sets the bound visual.
Public propertyFriendlyName
Gets or sets the friendly name.
(Inherited from ActionBase.)
Public propertyHideAdapterIds
Gets the IDs of adapters to show.
Public propertyHideLayerId Obsolete.
Gets or sets the ID of the layer to hide.
Public propertyHideLayerIds
Gets the IDs of layers to hide.
Public propertyId
Gets or sets the ID.
(Inherited from ActionBase.)
Public propertyIsToggle
Gets or sets a value indicating whether this action toggles the visibility or not.
Public propertyName
Gets or sets the name.
(Inherited from ActionBase.)
Public propertyShowAdapterIds
Gets the IDs of adapters to show.
Public propertyShowLayerId Obsolete.
Gets or sets the ID of the layer to show.
Public propertyShowLayerIds
Gets the IDs of layers to show.
Top
See Also