Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ConfigDictionary Class
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationConfigDictionary
This class can be used as a base class for all the IConfigDictionary implementation.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class ConfigDictionary : IConfigDictionary, 
	IConfigWithKeys
Public MustInherit Class ConfigDictionary _
	Implements IConfigDictionary, IConfigWithKeys
public ref class ConfigDictionary abstract : IConfigDictionary, 
	IConfigWithKeys
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
ConfigDictionary()()()
Initializes a new instance of the ConfigDictionary class

AllKeys
Gets all of the keys.

DictionaryChanged
Occurs when the dictionary has changed.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValueImpl(String, Object%)
Gets the value.

Item[([(String])])
Gets the task with the specified key.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets the name.

OnDictionaryChanged(DynamicCollectionEventArgs)
Occurs if the dictionary changes.

Register()()()
Registers this instance.

RemoveImpl(String)
Removes the key.

Save()()()
Saves this instance.

SetValueImpl(String, Object)
Sets the value.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Unregister()()()
Unregisters this instance.

Inheritance Hierarchy
Object
ConfigDictionary

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