HierarchyLevelSorting Constructor (IHierarchyLevel, String, SortDirection) |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic HierarchyLevelSorting(
IHierarchyLevel level,
string memberProperty,
SortDirection direction
)
Public Sub New (
level As IHierarchyLevel,
memberProperty As String,
direction As SortDirection
)
public:
HierarchyLevelSorting(
IHierarchyLevel^ level,
String^ memberProperty,
SortDirection direction
)
new :
level : IHierarchyLevel *
memberProperty : string *
direction : SortDirection -> HierarchyLevelSortingParameters
- level
- Type: Dundas.BI.Data.MetadataIHierarchyLevel
The level. - memberProperty
- Type: SystemString
The member property to be used for sorting. - direction
- Type: Dundas.BISortDirection
The sorting direction.
Exceptions
See Also