This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class InstructionTree
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class InstructionTree

The type exposes the following members.

Public Constructors

  Name Description
Public method InstructionTree Overloaded.

Public Methods

  Name Description
Public method Add
Adds the specified child to the tree.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method Clear
Clears the tree.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method CreateDataReader
Creates the data reader from the internal state of the implementing class.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method CreateDataReader
Creates the data reader from the internal state of the implementing class.
Uses the fieldMappings to display fields from the underlying type.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method Equals (Inherited from Object.)
Public method Exists
Returns true if the given item exists.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetParent
Reutrns the parent of an item
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method GetType (Inherited from Object.)
Public method List
Lists the nodes from the specified root.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method List
Lists the nodes from the specified root.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method List
Lists the nodes from the specified root.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method List
Lists the nodes from the specified root.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Tree<(Of <(<'T>)>)>.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Count
Gets the tree count.
(Inherited from Tree<(Of <(<'T>)>)>.)
Public property RootItem
Gets the root item.
(Inherited from Tree<(Of <(<'T>)>)>.)

See Also

Advanced