DimensionSelector Class

Class that represents root class for dimension objects selection.
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 DimensionSelector : GroupSelector

The DimensionSelector type exposes the following members.

Constructors
  NameDescription
Public methodDimensionSelector
Initializes a new instance of the DimensionSelector class.
Top
Properties
  NameDescription
Public propertyIsInvertedSelection
Gets or sets a value indicating whether selection is inverted.
(Inherited from GroupSelector.)
Public propertyItems
Gets the items.
(Inherited from GroupSelector.)
Top
Methods
  NameDescription
Public methodContains(String)
Determines whether this object contains the specified unique name.
(Inherited from GroupSelector.)
Public methodContains(OlapDimension)
Determines whether virtual cube contains the specified dimension.
Public methodContains(OlapHierarchy)
Determines whether virtual cube contains the specified hierarchy.
Public methodContains(OlapLevel)
Determines whether virtual cube contains the specified level.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from GroupSelector.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from GroupSelector.)
Top
See Also