TheBaseApplication Members
The TheBaseApplication type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TheBaseApplication |
Constructor of TheBaseApplication class
It records this Application in TheBaseAssets.MyApplication for future static reference
|
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
|
Fields
Name | Description | |
---|---|---|
![]() |
MyCommonDisco |
The UPnP DIscovery Root object of this Node
|
![]() |
MyISMRoot |
The Root of the ISM Manager (Intelligent Service Management)
|
![]() |
MyMainPage |
Represents an Interface the current Main User Interface Page
For Client-Viewer apps, the XCode, Android Root Page, or Windows 10 Root Page (MainPage) can be wrapped as a "TheBaseApplication" and exposes the corresponding methods
|
![]() |
MyUserManager |
The User Manager Object of the C-DEngine's host
|