EnumsManager

Collection elements:

EnumManager
Iteration through collection using For each ... In ... Do operator is available to object. Enumeration managers are retrieved during iteration.
Access to enumeration manager is possible using [...] operator. Enumeration name as specified in the configuration is passed as an argument.

Properties:

<Enumeration name>

Methods:

AllRefsType

Description:

It is used to manage enumerations and provides access to EnumManager. type values. You can access the object using global context property Enums.

Availability:

Server, thick client, external connection, Mobile application (server).
Exchange with server is possible.

Example:

TypeOfContractor = Enums.TypesOfContractors.Organization;

See also:

Global context, property Enums

    

1C:Enterprise Developer's Community