Namespace CodeFactory.WinVs.Commands
Classes
ConfigCommand
Stores the configuration for a CodeFactory command.
ConfigFolder
Configuration information about a target project folder.
ConfigManager
Managers the loading and saving of solution configurations.
ConfigParameter
Configuration information about a target parameter to be used in CodeFactory automation.
ConfigProject
Holds the configuration for a target project and any target project folder under the project that are needed in the configuration.
ConfigSolution
The configuration information for a solution to be automated.
VsCommandBase<TModel>
Base implementation for a factory command that supports integration with visual studio.
VsEnviromentCommandBase<TModel>
Base implementation for a environment command that supports integration with the Visual studio IDE environment directly.
Interfaces
IConfigGuidance
Contract definition for guidance for command configuration
IVsCommandInformation
Interface that provides information used by code factory to load the command.
IVsConfigurableCommand<TModel>
IVsEnvironmentCommand<TModel>
Base implementation for all code factory commands that are directly executed by the Visual Studio Enviornment.
IVsFactoryCommand<TModel>
Common implementation all code factory commands for visual studio must display.
Enums
FolderLoadType
Enumeration that determines how a command source that targets commands in folders should be checked.
VsCommandType
Enumeration that determines the type of visual studio command is being executed.