Click or drag to resize

BuildItemArgs Class

Argument class used for BuildItem(BuildItemArgs).
Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsBuildItemArgs

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

The BuildItemArgs type exposes the following members.

Constructors
 NameDescription
Public methodBuildItemArgsInitializes a new instance of the BuildItemArgs class
Top
Properties
 NameDescription
Public propertyAddIn The addin containing the codon.
Public propertyAddInTree The whole AddIn tree.
Public propertyCodon The codon to build.
Public propertyConditions The conditions applied to this item.
Public propertyParameter The parameter passed to BuildItem(String, Object).
Public propertySubItemNode The addin tree node containing the sub-items. Returns null if no sub-items exist.
Top
Methods
 NameDescription
Public methodBuildSubItemsT Builds the sub-items. Conditions on this node are also applied to the sub-nodes.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also