Click or drag to resize
IFactorTreeNode Interface
This interface represents a node in a factor tree.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IFactorTreeNode : IDataId32

The IFactorTreeNode type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Children to this factor tree node.
Public propertyDataContext
Meta information about this data.
Public propertyFactor
Factor of this tree node.
Public propertyParents
Parents to this factor tree node.
Top
Methods
  NameDescription
Public methodAddChild
Add a factor tree node to the children of this factor tree node.
Public methodAddParent
Add a factor tree node to the parents of this factor tree node.
Public methodGetAllChildFactors
Get all child factors that belongs to this factor tree node. The factor for this tree node is also included in the result.
Public methodGetAllChildTreeNodes
Get all factor tree nodes that belongs to this factor tree node. This tree node is also included in the result.
Public methodGetAllLeafFactors
Get all leaf factors that belongs to this factor tree node. The factor for this tree node may also be included in the result.
Public methodGetAllLeafTreeNodes
Get all leafs that belongs to this factor tree node. This tree node may also be included in the result.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also