RefactoringSchemaViewNodeCommand Class

Base class for all refactoring commands on a schema view node in a database project. For more information, see Create Custom Database Refactoring Types or Targets.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringCommand
    Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringSchemaViewNodeCommand

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class RefactoringSchemaViewNodeCommand _
    Inherits RefactoringCommand
[CLSCompliantAttribute(false)]
public abstract class RefactoringSchemaViewNodeCommand : RefactoringCommand
[CLSCompliantAttribute(false)]
public ref class RefactoringSchemaViewNodeCommand abstract : public RefactoringCommand
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type RefactoringSchemaViewNodeCommand =  
    class
        inherit RefactoringCommand
    end
public abstract class RefactoringSchemaViewNodeCommand extends RefactoringCommand

The RefactoringSchemaViewNodeCommand type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Text Gets the text for the command. (Inherited from RefactoringCommand.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Execute
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.)
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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryStatus When overridden, this method returns the command status on the model element that is currently selected in Schema View.
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.Refactoring Namespace