Click or drag to resize

IAddInTree Interface

[Missing <summary> documentation for "T:Altaxo.AddInItems.IAddInTree"]


Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IAddInTree

The IAddInTree type exposes the following members.

Properties
 NameDescription
Public propertyAddIns Gets the AddIns that are registered for this AddIn tree.
Public propertyConditionEvaluators Gets a dictionary of registered condition evaluators.
Public propertyDoozers Gets a dictionary of registered doozers.
Top
Methods
 NameDescription
Public methodBuildItem(String, Object) Builds a single item in the addin tree.
Public methodBuildItem(String, Object, IEnumerableICondition) 
Public methodBuildItemsT Builds the items in the path. Ensures that all items have the type T.
Public methodGetTreeNode Gets the AddInTreeNode representing the specified path.
Top
See Also