ConnectorElementSortRule Constructor

Initializes a new instance of the ConnectorElementSortRule class.

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 ConnectorElementSortRule(
	ConnectorElement element,
	int priority,
	SortDirection direction
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The connector element.
priority
Type: SystemInt32
The sorting priority.
direction
Type: Dundas.BISortDirection
The sorting direction.
See Also