NumberQualifiers

Properties:

AllowedSign
Digits
FractionDigits

Constructors:

Based on number description

Description:

You can use it to describe allowed values of numeric type.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).
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: NumberQualifiers.

Example:

PlusMinus = AllowedSign.Nonnegative;
NumericParameters = New NumberQualifiers(10, 2, PlusMinus);

See also:

TypeDescription, property NumberQualifiers
TypeDescription, property DateQualifiers
TypeDescription, property StringQualifiers
TypeDescription, constructor Based on the TypeDescription object
TypeDescription, constructor Based on types and qualifiers

    

1C:Enterprise Developer's Community