C# Class PecanWaffle.BaseWizard

Inheritance: System.ComponentModel.Component, IWizard
Afficher le fichier Open project: ligershark/pecan-waffle

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddProjectsUnderPathToSolution ( Solution4 solution, string folderPath, string pattern = @"*.*proj" ) : void
BeforeOpeningFile ( ProjectItem projectItem ) : void
GetExtensionInstallDir ( string extensionId ) : string
GetPathToModuleFile ( ) : string
GetPecanWaffleExtensionInstallDir ( ) : string
GetProjects ( ) : IList

Gets the projects in a solution recursively.

GetSolution ( ) : Solution4
GetSolutionFolderProjects ( Project solutionFolder ) : IEnumerable

Gets the solution folder projects.

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

Method Details

AddProjectsUnderPathToSolution() public méthode

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

BeforeOpeningFile() public méthode

public BeforeOpeningFile ( ProjectItem projectItem ) : void
projectItem ProjectItem
Résultat void

GetExtensionInstallDir() public méthode

public GetExtensionInstallDir ( string extensionId ) : string
extensionId string
Résultat string

GetPathToModuleFile() public méthode

public GetPathToModuleFile ( ) : string
Résultat string

GetPecanWaffleExtensionInstallDir() public méthode

public GetPecanWaffleExtensionInstallDir ( ) : string
Résultat string

GetProjects() public méthode

Gets the projects in a solution recursively.
public GetProjects ( ) : IList
Résultat IList

GetSolution() public méthode

public GetSolution ( ) : Solution4
Résultat Solution4

GetSolutionFolderProjects() public static méthode

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

ProjectFinishedGenerating() public méthode

public ProjectFinishedGenerating ( Project project ) : void
project Project
Résultat void

ProjectItemFinishedGenerating() public méthode

public ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
projectItem ProjectItem
Résultat void

RemovePlaceholderProjectCreatedByVs() public méthode

public RemovePlaceholderProjectCreatedByVs ( string projectName ) : string
projectName string
Résultat string

RunFinished() public méthode

public RunFinished ( ) : void
Résultat void

RunStarted() public méthode

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

ShouldAddProjectItem() public méthode

public ShouldAddProjectItem ( string filePath ) : bool
filePath string
Résultat bool