DataElement Class

Class used to represent the element of an IDataElementStructure that is not a native structure.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDataElement

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 class DataElement : IDataElement, 
	IElement, IUniqueName

The DataElement type exposes the following members.

Constructors
  NameDescription
Public methodDataElement
Initializes a new instance of the DataElement class.
Top
Properties
  NameDescription
Public propertyCategory
Gets the potential analysis category for the current instance.
Public propertyConnectorElement
Gets the connector element on which the current instance is based on.
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
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.
Public propertyEntityId
Gets the parent entity ID.
Public propertyIsSkipped
Gets a value indicating whether this element is skipped.
Public propertyName
Gets or sets the name.
Public propertyProperties
Gets the various uncategorized properties.
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.
Top
See Also