Ejemplo n.º 1
0
 internal SortHierarchyStructure(IHierarchyObj owner, int sortIndex, List <IReference <RuntimeSortFilterEventInfo> > sortInfoList, List <int> sortInfoIndices)
 {
     SortIndex = sortIndex;
     SortInfo  = sortInfoList[sortInfoIndices[sortIndex]];
     SortTree  = new BTree(owner, owner.OdpContext, owner.Depth);
 }