IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Properties | |
IServiceLocator IService. | ServiceContext [get, set] |
ServiceStatus IService. | Status [get] |
bool | FailToStart [get, set] |
![]() | |
IServiceLocator | ServiceContext [get, set] |
The ServiceContext More... | |
ServiceStatus | Status [get] |
Gets the ServiceStatus of this service More... | |
Private Member Functions | |
void IService. | StartService () |
Initialize the Service More... | |
void IService. | StopService () |
Do any cleanup needed before terminating the service More... | |
Private Attributes | |
ServiceStatus | _status |
Additional Inherited Members | |
![]() | |
SettingsStore () | |
Construct a SettingsStore without a backing file - used for testing. More... | |
SettingsStore (string settingsFile, bool writeable) | |
Construct a SettingsStore with a file name and indicate whether it is writeable More... | |
void | LoadSettings () |
void | SaveSettings () |
![]() | |
object | GetSetting (string settingName) |
Load the value of one of the group's settings More... | |
T | GetSetting< T > (string settingName, T defaultValue) |
Load the value of one of the group's settings or return a default value More... | |
void | RemoveSetting (string settingName) |
Remove a setting from the group More... | |
void | RemoveGroup (string groupName) |
Remove a group of settings More... | |
void | SaveSetting (string settingName, object settingValue) |
Save the value of one of the group's settings More... | |
![]() | |
Dictionary< string, object > | _settings = new Dictionary<string, object>() |
![]() | |
SettingsEventHandler | Changed |
![]() | |
SettingsEventHandler | Changed |
Occurs when the settings are changed. More... | |
|
inlineprivate |
Initialize the Service
Implements NUnit.Engine.IService.
|
inlineprivate |
Do any cleanup needed before terminating the service
Implements NUnit.Engine.IService.
|
private |
|
getsetprivate |
|
getprivate |
|
getset |