IPluginSettingsStorage Interface |
Namespace: VirtualRadar.Interface.Settings
The IPluginSettingsStorage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Provider |
Gets or sets the object that abstracts away the environment for testing.
|
![]() | Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
Name | Description | |
---|---|---|
![]() | Load |
Loads the configuration information for all plugins.
|
![]() | Save |
Saves the configuration information for all plugins.
|
Name | Description | |
---|---|---|
![]() | ConfigurationChanged |
Raised after Save(PluginSettings) records a new configuration.
|