FixedMap

Collection elements:

KeyAndValue
Iteration through collection using For each ... In ... Do operator is available to object. Mapping elements are retrieved during iteration.
Access to element value is possible using [...] operator. Element key value is passed as an argument.

Methods:

Count
Get

Constructors:

From map

Description:

It is a fixed collection of KeyAndValue pairs. Key can be of any value. We recommend you to use values of primitive types or other type, which value can be only assigned, but can't modify it's content.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).
Exchange with server is possible. Serializable. Can be used in attributes of managed form. The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data/core} namespace. XDTO type name: FixedMap.

See also:

KeyAndValue
Map
Global context, property SessionParameters

    

1C:Enterprise Developer's Community