All of the dictionaries for the IConfigManager must implement this interface.

C# | Visual Basic | Visual C++ |
public interface IConfigDictionary : IConfigWithKeys
Public Interface IConfigDictionary _ Implements IConfigWithKeys
public interface class IConfigDictionary : IConfigWithKeys

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | 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.
|