ConnectorElementInfo Class

Encapsulates a process connector element basic information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDescriptorBase
    Dundas.BI.Data.TransformsConnectorElementInfo

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

The ConnectorElementInfo type exposes the following members.

Properties
 NameDescription
Public propertyDataType Gets the element data type.
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBase)
Public propertyId Gets the object ID.
(Inherited from DescriptorBase)
Public propertyIsSelected Gets a value indicating whether this instance is selected.
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBase)
Public propertyNativeElementName Gets the name of the native element.
Public propertyTag Gets the tag.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Inherited from DescriptorBase)
Top
See Also