TheBaseApplication Methods
The TheBaseApplication type exposes the following members.
Methods
Name | Description | |
---|---|---|
cdeBlobLoader |
This method can be overwritten to provide a custom Blob Loader
Use this if you want to load certain resources from Disk other than the ClientBin folder
|
|
Dispose()()()() |
Disposes this object
|
|
Equals(System.Object) | (Inherited from Object.) | |
EventScopeChanged |
This event is fired when the scope was changed
|
|
Finalize | (Inherited from Object.) | |
GetApplicationConfig |
In order to comply to the .NET 4 Client Profile, this has to be overritten by
A Website that wants to store data in the web.config
|
|
GetHashCode | (Inherited from Object.) | |
GetRootPage |
Gets the XAML Root page
|
|
GetType | (Inherited from Object.) | |
GotoStationHome |
Goes to the station Home Page
Override if you have a custom procedure
|
|
IsCloudAllowedToPushBack |
Virtual function that determines if a plugin has the rights to push back to a relay server from the cloud
|
|
MemberwiseClone | (Inherited from Object.) | |
ShowMessageToast |
Used to show an Alert. Override to plugin your own custom alert handler
|
|
Shutdown |
Shutsdown the C-DEngine and all plugins
Applications can override this function to add custom shutdown code
|
|
StartBaseApplication |
Override to initalize the app with custom values but still call the base!
|
|
ToString | (Inherited from Object.) | |
TransitToScreen |
Transits a Dashboard to a new screen
Override to use in your own navigation system
|