Name | Description | |
---|---|---|
ConfigurationManager Constructor |
The following tables list the members exposed by ConfigurationManager.
Name | Description | |
---|---|---|
ConfigurationManager Constructor |
Name | Description | |
---|---|---|
ApplicationName | Gets the new application name for the configuration. | |
Icon | Gets the new application icon for the configuration. | |
RuntimeDamlFile | Opportunity for the configuration to provide DAML file at run-time. | |
SkipStartPage | Return true to skip showing a start page at startup. | |
TitleBarText | Gets the title bar text. The default implementation returns the Title unless it is empty in which case Name is used. |
Name | Description | |
---|---|---|
OnApplicationInitializing | Called when the application is initializing. It is safe to communicate with Portal at this time. The DAML records have not been processed at this point. | |
OnApplicationReady | Called when the appliation has fully initialized. | |
OnCanExecuteCommand | Gives a configuration the ability to disable commands. | |
OnCreateDaml | Opportunity for the configuration to provide DAML at run-time. | |
OnCreateQuickAccessToolbar | The list of commands to show in the quick access toolbar. | |
OnExecuteCommand | Allows a configuration to reject a command's execution. | |
OnShowAboutPage | Allows the configuration to inject some custom user interface into the about page. | |
OnShowSplashScreen | The custom splash screen for the configuration. | |
OnShowStartPage | The custom start page (landing page) to show once the appliation starts. | |
OnShowWebHelp | Called when web help is requested. | |
OnUpdateDatabase | The last chance for the configuration to manipulate the DAML before it is processed. | |
OnValidateLicense | Gives the configuration the chance to perform its own license checking. Returning false signals a licensing problem has occurred and the application should shut down. |