C# Class nHydrate.Generator.ModelUI.GenerateSettings

Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
GenerateSettings ( ) : System
GenerateSettings ( IGenerator generator, List generatorTypeList, List wizardTypeList, List moduleList ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsModulesChecked ( ) : bool
IsTemplatesChecked ( ) : bool
LoadGenerators ( bool isMain ) : void
chkModule_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
linkShowAll_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
tvwProjects_AfterCheck ( object sender, TreeViewEventArgs e ) : void
tvwProjects_AfterSelect ( object sender, TreeViewEventArgs e ) : void
wizard1_AfterSwitchPages ( object sender, Wizard e ) : void
wizard1_BeforeSwitchPages ( object sender, Wizard e ) : void
wizard1_Cancel ( object sender, System e ) : void
wizard1_Finish ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GenerateSettings() public méthode

public GenerateSettings ( ) : System
Résultat System

GenerateSettings() public méthode

public GenerateSettings ( IGenerator generator, List generatorTypeList, List wizardTypeList, List moduleList ) : System
generator IGenerator
generatorTypeList List
wizardTypeList List
moduleList List
Résultat System