DatabaseSchemaViewNode Members

Include Protected Members
Include Inherited Members

Base implementation for node classes.

The DatabaseSchemaViewNode type exposes the following members.

Constructors

  Name Description
Public method DatabaseSchemaViewNode Initializes a new instance of the DatabaseSchemaViewNode class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetChildren Returns a list of the children of this node.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetIcon Returns the icon for the node.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InUse Marks the node (and the contained hierarchy node) as being used or not in the schema view.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Caption Gets or sets the caption for the node.
Public property Controller Gets or sets the owning schema view controller.
Public property DatabaseProjectNode Gets or sets the project node parent.
Public property IsExpandable Gets or sets whether this node can have children.
Public property NodeTypeId Gets or sets the node type ID.
Public property Parent Gets or sets the parent node.
Public property Populator Gets or sets the populator delegate.
Public property PropertiesObject Gets the object to be shown in the property browser.
Public property Sorter Gets or sets the comparison delegate to use when sorting items.
Public property Tag Gets or sets the extra node information object.

Top

See Also

Reference

DatabaseSchemaViewNode Class

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace