Method | Description | |
---|---|---|
ConfigurationFormController ( IFacade facade, IUIFactory uiFactory ) : System | ||
FailApplication ( string message ) : void | ||
LoadFromFile ( string fileName ) : void | ||
PrepareView ( ) : void | ||
RegisterView ( IConfigurationView configurationView ) : void | ||
SaveToFile ( string fileName ) : void | ||
SetCoreServiceNodesEnabled ( bool enabled ) : void | ||
ShowPage ( string pageKey ) : void | ||
ValidatePageAvailability ( string pageKey ) : bool |
Method | Description | |
---|---|---|
AppendErrorString ( StringBuilder sb, string message ) : void | ||
GetInvalidPageErrorMessage ( |
||
InvokeBeforeSave ( ) : void | ||
LoadFromAnyDefaultFile ( ) : void |
public ConfigurationFormController ( IFacade facade, IUIFactory uiFactory ) : System | ||
facade | IFacade | |
uiFactory | IUIFactory | |
return | System |
public FailApplication ( string message ) : void | ||
message | string | |
return | void |
public LoadFromFile ( string fileName ) : void | ||
fileName | string | |
return | void |
public RegisterView ( IConfigurationView configurationView ) : void | ||
configurationView | IConfigurationView | |
return | void |
public SetCoreServiceNodesEnabled ( bool enabled ) : void | ||
enabled | bool | |
return | void |
public ValidatePageAvailability ( string pageKey ) : bool | ||
pageKey | string | |
return | bool |