IDataElement Interface

Interface representing the basic properties for native data elements.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IDataElement : IElement, 
	IUniqueName

The IDataElement type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets the potential analysis category for the current instance.
(Inherited from IElement.)
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from IElement.)
Public propertyDataElementStructure
Gets the parent data element structure.
Public propertyDataFormat
Gets or sets the format which is used to define conversion rule, such as how to convert from string to date.
Public propertyDataType
Gets the element data type.
Public propertyDescription
Gets or sets the description.
(Inherited from IElement.)
Public propertyEntityId
Gets the parent entity ID.
(Inherited from IElement.)
Public propertyIsSkipped
Gets a value indicating whether this element is skipped.
Public propertyProperties
Gets the various uncategorized properties.
(Inherited from IElement.)
Public propertySourceFormat
Gets the source numeric format.
Public propertySymbol
Gets or sets the symbol that can be set before or after the number or the currency symbol.
Public propertySymbolPlacement
Gets or sets the location of the symbol. Location of symbol cannot be set for currency as that is handled by user locale settings.
Public propertyUniqueName
Gets the object unique name.
(Inherited from IUniqueName.)
Top
See Also