DatabaseSchemaViewElementNode Members

Include Protected Members
Include Inherited Members

Represents the element node.

The DatabaseSchemaViewElementNode type exposes the following members.

Constructors

  Name Description
Public method DatabaseSchemaViewElementNode Initializes a new instance of the DatabaseSchemaViewElementNode 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. (Inherited from DatabaseSchemaViewNode.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetIcon Returns the icon for the element node. (Overrides DatabaseSchemaViewNode.GetIcon(Boolean).)
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. (Inherited from DatabaseSchemaViewNode.)
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. (Overrides DatabaseSchemaViewNode.Caption.)
Public property Controller Gets or sets the owning schema view controller. (Inherited from DatabaseSchemaViewNode.)
Public property DatabaseProjectNode Gets or sets the project node parent. (Inherited from DatabaseSchemaViewNode.)
Public property IsExpandable Gets or sets whether this node can have children. (Inherited from DatabaseSchemaViewNode.)
Public property ModelElement Gets or sets the associated model element.
Public property NodeTypeId Gets or sets the node type ID. (Inherited from DatabaseSchemaViewNode.)
Public property Parent Gets or sets the parent node. (Inherited from DatabaseSchemaViewNode.)
Public property Populator Gets or sets the populator delegate. (Inherited from DatabaseSchemaViewNode.)
Public property PropertiesObject Gets an instance of DatabaseSchemaViewElementNodeProperties. (Overrides DatabaseSchemaViewNode.PropertiesObject.)
Public property Sorter Gets or sets the comparison delegate to use when sorting items. (Inherited from DatabaseSchemaViewNode.)
Public property Tag Gets or sets the extra node information object. (Inherited from DatabaseSchemaViewNode.)

Top

See Also

Reference

DatabaseSchemaViewElementNode Class

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