mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Results >> Search_Result_Item_Tree

Search_Result_Item_Tree Class



Sorted tree is a small tree structure which sorts each of its main nodes (and then children nodes) by a value and allows a single node from the entire tree can be pulled by value.


Namespace: SobekCM.Core.Results
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
public class Search_Result_Item_Tree

Remarks

This is used for the many sorted volumes under a single title in a result or browse view

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Results..::..Search_Result_Item_Tree

Constructors

  NameDescription
Public methodSearch_Result_Item_Tree
Constructor for a new instance of the Sorted_Tree class

Methods

  NameDescription
Public methodAdd_Root_Node
Add new root node to this tree
Public methodGet_Node_By_Value
Pulls a single node from the entire tree hierarchy by value
Public methodSet_Values
Builds the dictionary of values to tree nodes to allow nodes to be pulled from anywhere in the tree hierarchy by value

Properties

  NameDescription
Public propertyRoot_Nodes
Read-only list of all the main root nodes for this sorted tree

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )