ConnectorElementGroup Class

Class that encapsulates a group of ConnectorElement.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDescriptorBase
    Dundas.BI.Data.TransformsConnectorElementGroup

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

The ConnectorElementGroup type exposes the following members.

Constructors
  NameDescription
Public methodConnectorElementGroup
Initializes a new instance of the ConnectorElementGroup class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyElements
Gets the list of ConnectorElement.
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Top
Methods
  NameDescription
Public methodAddTransformElement
Adds the transform element to the current group.
Public methodRemoveTransformElement
Removes the transform element from the current group.
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also