Method | Description | |
---|---|---|
AddFlavor ( string flavorName, string flavorUrl ) : void | ||
AddProductConfigurationRows ( Dictionary |
||
ClearAll ( ) : void | ||
ConfigurationWizard ( |
||
GetFlavors ( ) : string>>.IEnumerable |
||
GetIncludedProducts ( string flavorName ) : List |
||
LogErrorLine ( string errorMessage ) : void | ||
LogProgressLine ( string errorMessage ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | 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 |
public AddFlavor ( string flavorName, string flavorUrl ) : void | ||
flavorName | string | |
flavorUrl | string | |
return | void |
public AddProductConfigurationRows ( Dictionary |
||
products | Dictionary |
|
flavors | IList |
|
return | void |
public ConfigurationWizard ( |
||
controller | ||
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetIncludedProducts ( string flavorName ) : List |
||
flavorName | string | |
return | List |
public LogErrorLine ( string errorMessage ) : void | ||
errorMessage | string | |
return | void |
public LogProgressLine ( string errorMessage ) : void | ||
errorMessage | string | |
return | void |