C# Class MasterInstallerConfigurator.ConfigurationWizard

Afficher le fichier Open project: sillsdevinstaller

Méthodes publiques

Méthode Description
AddFlavor ( string flavorName, string flavorUrl ) : void
AddProductConfigurationRows ( Dictionary products, IList flavors ) : void
ClearAll ( ) : void
ConfigurationWizard ( ConfigurationController controller ) : System
GetFlavors ( ) : string>>.IEnumerable
GetIncludedProducts ( string flavorName ) : List
LogErrorLine ( string errorMessage ) : void
LogProgressLine ( string errorMessage ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddFlavorNameHeaders ( ) : void
InitializeComponent ( ) : void

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

_addFlavorBtn_Click ( object sender, System e ) : void
_deleteFlavor_Click ( object sender, EventArgs e ) : void
goButton_Click ( object sender, System e ) : void

Method Details

AddFlavor() public méthode

public AddFlavor ( string flavorName, string flavorUrl ) : void
flavorName string
flavorUrl string
Résultat void

AddProductConfigurationRows() public méthode

public AddProductConfigurationRows ( Dictionary products, IList flavors ) : void
products Dictionary
flavors IList
Résultat void

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

ConfigurationWizard() public méthode

public ConfigurationWizard ( ConfigurationController controller ) : System
controller ConfigurationController
Résultat System

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

GetFlavors() public méthode

public GetFlavors ( ) : string>>.IEnumerable
Résultat string>>.IEnumerable

GetIncludedProducts() public méthode

public GetIncludedProducts ( string flavorName ) : List
flavorName string
Résultat List

LogErrorLine() public méthode

public LogErrorLine ( string errorMessage ) : void
errorMessage string
Résultat void

LogProgressLine() public méthode

public LogProgressLine ( string errorMessage ) : void
errorMessage string
Résultat void