SchemaHierarchyBase Class

Abstract base class for schema hierarchy generators.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaHierarchyBase

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class SchemaHierarchyBase
[CLSCompliantAttribute(false)]
public abstract class SchemaHierarchyBase
[CLSCompliantAttribute(false)]
public ref class SchemaHierarchyBase abstract
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type SchemaHierarchyBase =  class end
public abstract class SchemaHierarchyBase

The SchemaHierarchyBase type exposes the following members.

Constructors

  Name Description
Protected method SchemaHierarchyBase Initializes a new instance of the SchemaHierarchyBase class.

Top

Properties

  Name Description
Public property Controller Gets or sets the schema view controller.
Public property DataSchemaModel Gets or sets the schema manager.
Public property UserInteractionServices Gets or sets the user interaction services object.

Top

Methods

  Name Description
Public methodStatic member ArePathsEqual Compares two hierarchy node paths to determine whether they are equal.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetElementNameStyle Returns the display style for model elements.
Protected method GetElementParent Returns the hierarchical parent element of the given element.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member IsEqual Compares two hierarchy nodes to determine whether they are equal.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NodeCreated Sets the sorter of the node to use the comparison functionality of the schema manager.
Public method 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 Namespace