Namespace CodeFactory.VisualStudio.SolutionExplorer
Classes
CSharpSourceCommandBase
Base implementation of the solution explorer command ICSharpSourceCommand
ProjectCommandBase
Base implementation of the solution explorer command IProjectCommand
ProjectDocumentCommandBase
Base implementation of the solution explorer command IProjectDocumentCommand
ProjectFolderCommandBase
Base implementation of the solution explorer command IProjectFolderCommand
SolutionCommandBase
Base implementation of the solution explorer command ISolutionCommand
SolutionDocumentCommandBase
Base implementation of the solution explorer command ISolutionDocumentCommand
SolutionFolderCommandBase
Base implementation of the solution explorer command ISolutionFolderCommand
Interfaces
ICSharpSourceCommand
Code factory command that is triggered from the context menu of a document that hosts a c# code file in the solution explorer window.
IProjectCommand
Code factory command that is triggered from the context menu of a project in the solution explorer window.
IProjectDocumentCommand
Code factory command that is triggered from the context menu of a project document in the solution explorer window.
IProjectFolderCommand
Code factory command that is triggered from the context menu of a project folder in the solution explorer window.
ISolutionCommand
Code factory command that triggers from the context menu of solution node in solution explorer.
ISolutionDocumentCommand
Code factory command that is triggered from the context menu of a solution document in the solution explorer window.
ISolutionFolderCommand
Code factory command that is triggered from the context menu of the a solution folder in the solution explorer window.