OlapElement Class

Base class for OLAP structural elements.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Metadata.OlapOlapElement
    More

Namespace: Dundas.BI.Data.Metadata.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class OlapElement : IAnalysisElement, 
	IElement, IUniqueName

The OlapElement type exposes the following members.

Constructors
 NameDescription
Protected methodOlapElement(String) Initializes a new instance of the OlapElement class.
Protected methodOlapElement(IOlapCube, String) Initializes a new instance of the OlapElement class.
Protected methodOlapElement(OlapElement, String) Initializes a new instance of the OlapElement class.
Top
Properties
 NameDescription
Public propertyAnalysisStructure Gets the parent analysis structure.
Public propertyCaption Gets or sets the caption.
Public propertyCategory Gets the potential analysis category for the current instance.
Public propertyContainers Gets the container objects used alter the presentation of the elements using a folder-like approach.
Public propertyDataProvider Gets the data provider.
Public propertyDescription Gets or sets the description.
Public propertyEntityId Gets the parent entity ID.
Public propertyIsHierarchy Gets a value indicating whether this instance is a hierarchy.
Public propertyIsMeasure Gets a value indicating whether this instance is a measure.
Public propertyItem Gets the Object with the specified name.
Public propertyName Gets or sets the name.
Public propertyParent Gets or sets the parent object.
Public propertyParentCube Gets the parent cube.
Public propertyProperties Gets the various uncategorized properties.
Public propertyUniqueName Gets the object unique name.
Top
Methods
 NameDescription
Public methodCompareTo Compares current instance with argument instance.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also
Inheritance Hierarchy