ElementSelector Class

Class that encapsulates selection information for a CubePerspective element and its children.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.CubeDescriptorsGroupSelector
    Dundas.BI.Data.CubeDescriptorsElementSelector

Namespace: Dundas.BI.Data.CubeDescriptors
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
 NameDescription
Public methodContains Determines whether this instance contains the object with the specified unique name.
(Overrides GroupSelectorContains(String))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides GroupSelectorEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides GroupSelectorGetHashCode)
Top
See Also