DimensionSelector Class

Class that represents root class for dimension objects selection.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.CubeDescriptorsGroupSelector
    Dundas.BI.Data.CubeDescriptorsDimensionSelector

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 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(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 methodContains(String) Determines whether this object contains the specified unique name.
(Inherited from GroupSelector)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from GroupSelector)
Public methodGetHashCodeServes as the default hash function.
(Inherited from GroupSelector)
Top
See Also