IBindingDimCombo

Assembly: System;

Namespace: Prognoz.Platform.Interop.ForeSystem;

Description

The IBindingDimCombo interface contains properties that are used to determine parameters of the value editor Dictionary drop-down list.

Inheritance Hierarchy

                    IBindingValue

                    IBindingDimCombo

Properties

  Property name Brief description
The CustomMultiselectText property determines the CUSTOMMULTISELECTTEXT property value in binding string.
The CustomMultiselectTextDefined property determines whether the CUSTOMMULTISELECTTEXT parameter is present in binding string.
The DataSourceKey property determines the DS_KEY parameter value in binding string.
The DataSourceKeyDefined property determines whether the DS_KEY parameter is present in binding string.
The DimensionKey property determines the DIM_KEY parameter value in binding string.
The DimensionKeyDefined property determines whether the DIM_KEY parameter is present in binding string.
The Group property determines value of the GROUP parameter in binding string.
The GroupDefined property determines whether the GROUP parameter is present in binding string.
The LevelAttribute property determines the LEVELATTR parameter value in binding string.
The LevelAttributeDefined property determines whether the LEVELATTR parameter is present in binding string.
The ModeElements property determines the MODEELEMENTS parameter value in binding string.
The ModeElementsDefined property determines whether the MODEELEMENTS parameter is present in binding string.
The ModeLevels property determines value of the MODELEVELS parameter in binding string.
The ModeLevelsDefined property determines whether the MODELEVELS parameter is present in binding string.
The MultiLevels property determines value of the MULTILEVELS parameter in binding string.
The MultiLevelsDefined property determines whether the MULTILEVELS parameter is present in binding string.
The Object property determines the ID parameter value in binding string.
The ObjectDefined property determines whether the ID parameter is present in binding string.
The ParamValues property returns collection of parametric dictionary parameters.
The Period property determines value of the PERIOD parameter in binding string.
The PeriodDefined property determines whether the PERIOD parameter is present in binding string.
The PointKey property determines the PT_KEY parameter value in binding string.
The PointKeyDefined property determines whether the PT_KEY parameter is present in binding string.
The RDS property determines value of the RDS parameter in binding string.
The RdsDefined property determines whether the RDS parameter is present in binding string.
The Schema property determines the SCHEMA parameter value in binding string.
The SchemaDefined property determines whether the SCHEMA parameter is present in binding string.
The SelectionMode property determines the SELECTIONMODE parameter value in binding string.
The SelectionModeDefined property determines whether the SELECTIONMODE parameter is present in binding string.
The Value property determines the VALUE parameter value in binding string.
The ValueAttribute property determines the ATTRIBUTEVALUE parameter value in binding string.
The ValueAttributeDefined property determines whether the ATTRIBUTEVALUE parameter is present in binding string.
The ValueDefined property determines whether the VALUE parameter is present in binding string.

Properties inherited from IBindingValue

  Property name Brief description
The AsString property determines value editor parameters as a binding string.
The Mandatory property manages the ALLOWEMPTY parameter value in a binding string.
The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string.
The ReadOnly property determines the READONLY parameter value in a binding string.
The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string.
The UI property returns type of value editor.

See also:

System Assembly Interfaces