ElementContainer Class

Class used to model a container of IAnalysisElement.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataElementContainer

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ElementContainer : IUniqueName, 
	IElementContainer

The ElementContainer type exposes the following members.

Constructors
 NameDescription
Public methodElementContainer Initializes a new instance of the ElementContainer class.
Top
Properties
 NameDescription
Public propertyAncestryUniqueName Gets the unique name of the container by prefixing it with unique names of all the ancestors.
Public propertyCaption Gets or sets the caption.
Public propertyCategory Gets the container category.
Public propertyDescription Gets or sets the description.
Public propertyParentContainer Gets the parent containers, if the current instance is a child.
Public propertyUniqueName Gets the object unique name.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Top
See Also