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. |
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. |
![]() | 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. |