C# Class GHWizard.CollectInformationWizard

See: http://msdn.microsoft.com/en-us/library/ms185301.aspx
Inheritance: IWizard
Afficher le fichier Open project: mcneel/GrasshopperTemplatePackage

Méthodes publiques

Méthode 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
ShouldAddProjectItem ( string filePath ) : bool

Method Details

BeforeOpeningFile() public méthode

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

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

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