ConnectorElementSortRule Class

Class used to represent the sorting rules for the data returned by a connector element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TransformsConnectorElementSortRule

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class ConnectorElementSortRule

The ConnectorElementSortRule type exposes the following members.

Constructors
  NameDescription
Public methodConnectorElementSortRule
Initializes a new instance of the ConnectorElementSortRule class.
Top
Properties
  NameDescription
Public propertyDirection
Gets or sets the sorting direction.
Public propertyElement
Gets the connector element for which the rule is defined.
Public propertyPriority
Gets or sets the sorting priority.
Top
Methods
See Also