VZDataDictionary

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The VZDataDictionary class implements an object used to work with a data dictionary.

Comments

To work with data array, use the VZDataArray class.

Fore.NET syntax

Class to get analog of the VZDataDictionary class:

None;

Class to get analog of the VZDataDictionary class object:

VZDataDictionaryClass;

Class object properties inherited from IVZDataDictionary

  Property name Brief description
The AllKeys property returns keys of all elements.
The Count property returns dictionary size.
The Itemproperty determine dictionary element by its key.

Class object methods inherited from IVZDataDictionary

  Method name Brief description
The Add method adds a new element to dictionary.
The Clear method removes all dictionary elements.
The Remove method removes dictionary element by the specified key.

See also:

Visualizators Assembly Classes