Click or drag to resize
LogNode Class
Universal lognode class, which can be used in a hierarchical manner. Used by catalog refresher and other elements which need a univeral hierarchical logtree.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class LogNode

The LogNode type exposes the following members.

Constructors
  NameDescription
Public methodLogNode
Creates a new LogNode instance.
Top
Properties
  NameDescription
Public propertyCreationTimeTicks
Gets the creation time of this node in ticks.
Public propertyDescription
Gets / sets the description of this lognode.
Public propertyNodes
Gets the Nodes HybridDictionary of this lognode.
Public propertyNodeType
Gets / sets the NodeType of the node.
Top
Methods
  NameDescription
Public methodAddChildNodes
Adds the child nodes to the nodes collection of this lognode, using a new guid for each node as key.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also