Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IConfigManager Interface
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationIConfigManager
The ConfigManager is used to manage the options. These options can come from any option provider implementing the IConfigDictionary interface.
Declaration Syntax
C#Visual BasicVisual C++
public interface IConfigManager : IDisposable
Public Interface IConfigManager _
	Implements IDisposable
public interface class IConfigManager : IDisposable
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
AllKeys
Gets all of the keys.

Clone(String)
Clones this instance.

ContainsKey(String)
Determines whether the specified key contains a key.

CreateConfigManager(String)
Creates the new config manager.

DictionaryChain
Gets the dictionary chain.

DictionaryChanged
Occurs when the dictionary has changed.

DisplayDictionary()()()
Displays the contents of dictionary.

Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
GetValue(String)
Gets the value.

GetValue(String, Object)
Gets the value.

InsertAfter(IConfigDictionary, String)
Inserts an existing IConfigDictionary after the specify one in the DictionaryChain.

Item[([(String])])
Gets or sets the Object value with the specified key.

Release()()()
Cleans up the resources.

Remove(String)
Removes the specified key.

SetValue(String, Object)
Sets the value.

TryGetValue(String, Object%)
Tries to get the value.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)