C# Class PecanWaffle.PecanWizard

Inheritance: IWizard
Show file Open project: ligershark/pecan-waffle

Public Methods

Method Description
AddProjectsUnderPathToSolution ( Solution4 solution, string folderPath, string pattern = @"*.*proj" ) : void
BeforeOpeningFile ( ProjectItem projectItem ) : void
GetExtensionInstallDir ( string extensionId, IVsExtensionManager extManager ) : string
GetProjects ( ) : IList
GetSolutionFolderProjects ( Project solutionFolder ) : IEnumerable

Gets the solution folder projects.

PecanWizard ( ) : EnvDTE
ProjectFinishedGenerating ( Project project ) : void
ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
RemovePlaceholderProjectCreatedByVs ( string projectName ) : string
RunFinished ( ) : void
RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void
ShouldAddProjectItem ( string filePath ) : bool

Private Methods

Method Description
EnsurePecanWaffleExtracted ( string PecanWaffleLocalModulePath, string ExtensionInstallDir ) : void

Method Details

AddProjectsUnderPathToSolution() public method

public AddProjectsUnderPathToSolution ( Solution4 solution, string folderPath, string pattern = @"*.*proj" ) : void
solution Solution4
folderPath string
pattern string
return void

BeforeOpeningFile() public method

public BeforeOpeningFile ( ProjectItem projectItem ) : void
projectItem ProjectItem
return void

GetExtensionInstallDir() public method

public GetExtensionInstallDir ( string extensionId, IVsExtensionManager extManager ) : string
extensionId string
extManager IVsExtensionManager
return string

GetProjects() public method

public GetProjects ( ) : IList
return IList

GetSolutionFolderProjects() public static method

Gets the solution folder projects.
public static GetSolutionFolderProjects ( Project solutionFolder ) : IEnumerable
solutionFolder Project The solution folder.
return IEnumerable

PecanWizard() public method

public PecanWizard ( ) : EnvDTE
return EnvDTE

ProjectFinishedGenerating() public method

public ProjectFinishedGenerating ( Project project ) : void
project Project
return void

ProjectItemFinishedGenerating() public method

public ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
projectItem ProjectItem
return void

RemovePlaceholderProjectCreatedByVs() public method

public RemovePlaceholderProjectCreatedByVs ( string projectName ) : string
projectName string
return string

RunFinished() public method

public RunFinished ( ) : void
return void

RunStarted() public method

public RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void
automationObject object
replacementsDictionary string>.Dictionary
runKind WizardRunKind
customParams object
return void

ShouldAddProjectItem() public method

public ShouldAddProjectItem ( string filePath ) : bool
filePath string
return bool