GroupSelector Class

Class that encapsulates selection information for a CubePerspective group of sibling root elements.
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 GroupSelector

The GroupSelector type exposes the following members.

Constructors
  NameDescription
Public methodGroupSelector
Initializes a new instance of the GroupSelector class.
Top
Properties
  NameDescription
Public propertyIsInvertedSelection
Gets or sets a value indicating whether selection is inverted.
Public propertyItems
Gets the items.
Top
Methods
  NameDescription
Public methodContains
Determines whether this object contains the specified unique name.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also