C# Class NetFx.Templates.Projects.OpenSource.Extension.ExtensionInformationWizard

Prompts for and populates the extension information replacement dictionary.
Inheritance: IWizard
Mostrar archivo Open project: netfx/extensions

Public Methods

Method Description
BeforeOpeningFile ( ProjectItem projectItem ) : void
ProjectFinishedGenerating ( Project project ) : void
ProjectItemFinishedGenerating ( ProjectItem projectItem ) : void
RunFinished ( ) : void
RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void

Runs custom wizard logic at the beginning of a template wizard run.

ShouldAddProjectItem ( string filePath ) : bool

Private Methods

Method Description
Backout ( string message ) : void
TraverseUp ( DirectoryInfo dir ) : IEnumerable

Method Details

BeforeOpeningFile() public method

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

ProjectFinishedGenerating() public method

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

ProjectItemFinishedGenerating() public method

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

RunFinished() public method

public RunFinished ( ) : void
return void

RunStarted() public method

Runs custom wizard logic at the beginning of a template wizard run.
public RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void
automationObject object The automation object being used by the template wizard.
replacementsDictionary string>.Dictionary The list of standard parameters to be replaced.
runKind WizardRunKind A indicating the type of wizard run.
customParams object The custom parameters with which to perform parameter replacement in the project.
return void

ShouldAddProjectItem() public method

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