ConnectorElement Class

Encapsulates a process connector element.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class ConnectorElement : DescriptorBase

The ConnectorElement type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisElement
Gets the analysis element the current instance is the source for, if applicable.
Public propertyCaption
Gets the element's caption.
Public propertyConnector
Gets the connector TransformConnector.
Public propertyDataType
Gets the element data type.
Public propertyDependencies
Gets the dependency IDs for output elements.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsMeasureSource
Gets a value indicating whether the current instance is used for generating an IMeasure.
Public propertyIsSelected
Gets or sets a value indicating whether this instance is selected.
Public propertyIsUsingExplicitName
Gets a value indicating whether this instance is using an explicit name changed by the user in the DataCube designer.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertyNativeElementName
Gets the name of the native element.
Public propertyParameter
Gets the optional ElementDataParameter.
Public propertyRootElement
Gets the source element for the current instance.
Public propertySettingValues
Gets the element setting values for the current instance.
Public propertyTag
Gets or sets the tag.
Public propertyUpstreamElement
Gets the upstream element responsible for generating the current connector element.
Public propertyUsage
Gets or sets the usage type for the current instance.
Top
Methods
  NameDescription
Public methodProcessElementValue
Performs data type adjustments that are needed for an element output value to match its element's type. Generates warnings if meaningful changes to the data are needed (e.g. string truncation).
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also