IElementContainer Interface

Interface used to model a container of IAnalysisElement.

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 interface IElementContainer : IUniqueName

The IElementContainer type exposes the following members.

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 propertyParentContainer Gets the parent containers, if the current instance is a child.
Public propertyUniqueName Gets the object unique name.
(Inherited from IUniqueName)
Top
See Also