C# Class ProjectSetupWizard.SolutionSetupWizard

Inheritance: IWizard
Afficher le fichier Open project: lancecontreras/BCTemplates

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeforeOpeningFile ( global projectItem ) : void
ProjectFinishedGenerating ( global project ) : void
ProjectItemFinishedGenerating ( global projectItem ) : void
RunFinished ( ) : void
RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void
ShouldAddProjectItem ( string filePath ) : bool

Method Details

BeforeOpeningFile() public méthode

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

ProjectFinishedGenerating() public méthode

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

ProjectItemFinishedGenerating() public méthode

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

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