Click or drag to resize
WebFactorTreeNode Class
Contains information about a factor tree node.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebFactorTreeNode

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebFactorTreeNode : WebData

The WebFactorTreeNode type exposes the following members.

Constructors
  NameDescription
Public methodWebFactorTreeNode
Initializes a new instance of the WebFactorTreeNode class
Top
Properties
  NameDescription
Public propertyChildren
Children to this factor tree node.
Public propertyFactor
Factor for this factor tree node.
Public propertyId
Id for this factor tree node.
Public propertyParents
Parents of this factor tree node. This property is not included in the web service contract.
Public propertyRecursiveChildrenIds
Children to this factor tree node that is represented with factor ids instead of factor object to avoid problems with circular trees. This property is currently not used.
Top
Extension Methods
  NameDescription
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