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_TreeNode

Search_Result_Item_TreeNode Class



Tree node object for a sorted tree 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_TreeNode : IEquatable<Search_Result_Item_TreeNode>

Remarks

This tree node object is used by the Search_Result_Item_Tree object.

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Results..::..Search_Result_Item_TreeNode

Constructors

  NameDescription
Public methodSearch_Result_Item_TreeNode()()()()
Constructor for a new instance of the Sorted_TreeNode class
Public methodSearch_Result_Item_TreeNode(String, String)
Constructor for a new instance of the Sorted_TreeNode class
Public methodSearch_Result_Item_TreeNode(String, String, String)
Constructor for a new instance of the Sorted_TreeNode class

Methods

  NameDescription
Public methodAdd_Child_Node
Add a single child node under this node
Public methodEquals
Determine if this tree node is equal to another

Properties

  NameDescription
Public propertyChildNodes
Gets the list of child nodes
Public propertyLink
Gets and sets the URL link for this node
Public propertyName
Gets and sets the name to display for this node
Public propertyValue
Gets and sets the value for this node

See Also



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