ChangeLayerAction Class

Represents a change layer action.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsActionBase
    Dundas.BI.Entities.ViewsChangeLayerAction

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Gets or sets the ID of the layer to hide.
Obsolete
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 Gets or sets the ID of the layer to show.
Obsolete
Public propertyShowLayerIds Gets the IDs of layers to show.
Top
See Also