Click or drag to resize
FactorTreeNode Class
This class represents a node in a factor tree.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataFactorTreeNode

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
[SerializableAttribute]
public class FactorTreeNode : IFactorTreeNode, 
	IDataId32

The FactorTreeNode type exposes the following members.

Constructors
  NameDescription
Public methodFactorTreeNode
Initializes a new instance of the FactorTreeNode class
Top
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 propertyId
Id for this factor 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 child 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.)
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also