DatabaseSchemaViewFolderNode Members

Include Protected Members
Include Inherited Members

Represents the folder node class.

The DatabaseSchemaViewFolderNode type exposes the following members.

Constructors

  Name Description
Public method DatabaseSchemaViewFolderNode Initializes a new instance of the DatabaseSchemaViewFolderNode 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 an icon for the folder 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 for the node. (Inherited from DatabaseSchemaViewNode.)
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 NodeTypeId Gets or sets the node type ID. (Inherited from DatabaseSchemaViewNode.)
Public property OwningElement Gets or sets the owning element of the folder.
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 DatabaseSchemaViewFolderNodeProperties. (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

DatabaseSchemaViewFolderNode Class

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