Click or drag to resize

TagEntryTNodeType Class

Simple class that is used to store node specific information which is then stored in the Tag property of the nodes in a treeview.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.Core.GeneralDataStructuresTagEntryTNodeType

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class TagEntry<TNodeType>

Type Parameters

TNodeType

The TagEntryTNodeType type exposes the following members.

Constructors
  NameDescription
Public methodTagEntryTNodeType
Initializes a new instance of the TagEntryTNodeType class
Top
Properties
  NameDescription
Public propertyHasBeenPopulated
Flag to signal if the node has been populated.
Public propertyNodeTypeSpecification
The type of the node.
Public propertyRepresentedObject
The object in the project the node represents, e.g an entity definition or database table
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(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 (Overrides ObjectGetHashCode.)
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