Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IConfigDictionary Interface
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationIConfigDictionary
All of the dictionaries for the IConfigManager must implement this interface.
Declaration Syntax
C#Visual BasicVisual C++
public interface IConfigDictionary : IConfigWithKeys
Public Interface IConfigDictionary _
	Implements IConfigWithKeys
public interface class IConfigDictionary : IConfigWithKeys
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
AllKeys
Gets all of the keys.

AllKeys
Gets all of the keys.
(Inherited from IConfigWithKeys.)
DictionaryChanged
Occurs when the dictionary has changed.

GetValueImpl(String, Object%)
Gets the value.

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

Name
Gets the name.

Register()()()
Registers this instance.

RemoveImpl(String)
Removes the key.

Save()()()
Saves this instance.

SetValueImpl(String, Object)
Sets the value.

Unregister()()()
Unregisters this instance.

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