ElementSelector Class

Class that encapsulates selection information for a CubePerspective element and its children.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.CubeDescriptors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ElementSelector : GroupSelector, 
	IUniqueName

The ElementSelector type exposes the following members.

Constructors
  NameDescription
Public methodElementSelector
Initializes a new instance of the ElementSelector class.
Public methodElementSelector(String)
Initializes a new instance of the ElementSelector class.
Top
Properties
  NameDescription
Public propertyIsInvertedSelection
Gets or sets a value indicating whether selection is inverted.
(Inherited from GroupSelector.)
Public propertyIsParent
Gets or sets a value indicating whether this instance is parent.
Public propertyItems
Gets the items.
(Inherited from GroupSelector.)
Public propertyUniqueName
Gets the object unique name.
Top
Methods
See Also