ConnectorElementSortRule Constructor |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ConnectorElementSortRule(
ConnectorElement element,
int priority,
SortDirection direction
)
Public Sub New (
element As ConnectorElement,
priority As Integer,
direction As SortDirection
)
public:
ConnectorElementSortRule(
ConnectorElement^ element,
int priority,
SortDirection direction
)
new :
element : ConnectorElement *
priority : int *
direction : SortDirection -> ConnectorElementSortRuleParameters
- element
- Type: Dundas.BI.Data.TransformsConnectorElement
The connector element. - priority
- Type: SystemInt32
The sorting priority. - direction
- Type: Dundas.BISortDirection
The sorting direction.
See Also