
C# | Visual Basic | Visual C++ |
namespace eDriven.Networking.Configuration
Namespace eDriven.Networking.Configuration
namespace eDriven.Networking.Configuration

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() | Application |
The Application object
|
![]() | ConfigLoader |
Configuration loader
Only one instance of this object is needed in the application
You should set AsyncMode and ConfigPath/ConfigUrl
After that you don't work with it directly
but with Configuration.Instance.Application, which is loaded by ConfigLoader
You should subscribe to Configuration.INITIALIZED event which indicates that configuration is built
and then start working with it
|
![]() | Configuration |
Configuration is the wrapper around XmlSerializer
It deserializes the XML configuration into the Application object
|
![]() | ConfigurationException |
The exception that can be thrown by UiComponent
|