Click or drag to resize

GenNode Class

Represents a general purpose tree node. The class is simple because it's really a 'DTO' that will be passed around API calls and possbly over the wire in service calls.
Inheritance Hierarchy
SystemObject
  RCS.Carbon.SharedGenNode

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public class GenNode

The GenNode type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFindId Static helper to walk the tree and find a node with an ID.
Public methodStatic memberWalkNodes Static helper to walk and enumerate the tree.
Top
See Also