DatabaseSchemaViewNode Class
Abstract base implementation for Schema View node classes.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewNode
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewElementNode
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewFolderNode
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class DatabaseSchemaViewNode _
Implements ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public abstract class DatabaseSchemaViewNode : ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public ref class DatabaseSchemaViewNode abstract : ISchemaModelViewerNode
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type DatabaseSchemaViewNode =
class
interface ISchemaModelViewerNode
end
public abstract class DatabaseSchemaViewNode implements ISchemaModelViewerNode
The DatabaseSchemaViewNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseSchemaViewNode | Initializes a new instance of the DatabaseSchemaViewNode class. |
Top
Properties
Name | Description | |
---|---|---|
Caption | Gets or sets the Caption for the node. | |
Controller | Gets or sets the controller that is responsible for this Schema View node. | |
DatabaseProjectNode | Gets or sets the database project node to which this Schema View node belongs. | |
IsExpandable | Gets or sets a value that indicates whether this node is expandable. | |
NodeTypeId | Gets or sets the node type id. | |
Parent | Gets or sets the parent node. | |
Populator | Gets or sets the populator delegate. | |
PropertiesObject | Gets the object to be displayed in the property browser. | |
Sorter | Gets or sets the comparison delegate to use when Schema View sorts items. | |
Tag | Gets or sets the object that can provide extra information about the Schema View node. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChildren | Returns the list of children of this node. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIcon | Returns the icon for the node. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InUse | Marks the node and the hierarchy node that is contained as being "in use" by the Schema View. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace