Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The IBindingDimCombo interface contains properties that are used to determine parameters of the Drop-Down Dictionary List value editor.
IBindingDimCombo
| Property name | Brief description | |
| CustomMultiselectText | The CustomMultiselectText property determines the CUSTOMMULTISELECTTEXT property value in binding string. | |
| CustomMultiselectTextDefined | The CustomMultiselectTextDefined property determines whether the CUSTOMMULTISELECTTEXT parameter is present in binding string. | |
| DataSourceKey | The DataSourceKey property determines the DS_KEY parameter value in binding string. | |
| DataSourceKeyDefined | The DataSourceKeyDefined property determines whether there is the DS_KEY parameter. | |
| DimensionKey | The DimensionKey property determines the DIM_KEY parameter value in binding string. | |
| DimensionKeyDefined | The DimensionKeyDefined property determines whether the DIM_KEY parameter is present in binding string. | |
| Group | The Group property determines value of the GROUP parameter in binding string. | |
| GroupDefined | The GroupDefined property determines whether the GROUP parameter is present in binding string. | |
| LevelAttribute | The LevelAttribute property determines the LEVELATTR parameter value in binding string. | |
| LevelAttributeDefined | The LevelAttributeDefined property determines whether the LEVELATTR parameter is present in binding string. | |
| ModeElements | The ModeElements property determines the MODEELEMENTS parameter value in binding string. | |
| ModeElementsDefined | The ModeElementsDefined property determines whether the MODEELEMENTS parameter is present in binding string. | |
| ModeLevels | The ModeLevels property determines value of the MODELEVELS parameter in binding string. | |
| ModeLevelsDefined | The ModeLevelsDefined property determines whether the MODELEVELS parameter is present in binding string. | |
| MultiLevels | The MultiLevels property determines value of the MULTILEVELS parameter in binding string. | |
| MultiLevelsDefined | The MultiLevelsDefined property determines whether the MULTILEVELS parameter is present in binding string. | |
| Object | The Object property determines the ID parameter value in binding string. | |
| ObjectDefined | The ObjectDefined property determines whether the ID parameter is present in binding string. | |
| ParamValues | The ParamValues property returns collection of parametric dictionary parameters. | |
| Period | The Period property determines value of the PERIOD parameter in binding string. | |
| PeriodDefined | The PeriodDefined property determines whether the PERIOD parameter is present in binding string. | |
| PointKey | The PointKey property determines the PT_KEY parameter value in binding string. | |
| PointKeyDefined | The PointKeyDefined property determines whether the PT_KEY parameter is present in binding string. | |
| Rds | Outdated. The RDS property determines value of the RDS parameter in binding string. | |
| RdsDefined | Outdated. The RdsDefined property determines whether the RDS parameter is present in binding string. | |
| Schema | The Schema property determines the SCHEMA parameter value in binding string. | |
| SchemaDefined | The SchemaDefined property determines whether the SCHEMA parameter is present in binding string. | |
| SelectionMode | The SelectionMode property determines the SELECTIONMODE parameter value in binding string. | |
| SelectionModeDefined | The SelectionModeDefined property determines whether the SELECTIONMODE parameter is present in binding string. | |
| SortDirection | The SortDirection property determines whether there is the SORTDIRECTION parameter in connection string. | |
| SortDirectionDefined | The SortDirectionDefined property determines whether there is the SORTDIRECTION parameter in connection string. | |
| StoreAsString | The StoreAsString property determines whether multiple selection of dictionary elements is saved as an XML string. | |
| Value | The Value property determines the VALUE parameter value in binding string. | |
| ValueAttribute | The ValueAttribute property determines the ATTRIBUTEVALUE parameter value in binding string. | |
| ValueAttributeDefined | The ValueAttributeDefined property determines whether the ATTRIBUTEVALUE parameter is present in binding string. | |
| ValueDefined | The ValueDefined property determines whether the VALUE parameter is present in binding string. |
| Property name | Brief description | |
| AsString | The AsString property determines value editor parameters as a binding string. | |
| Mandatory | The Mandatory property manages the ALLOWEMPTY parameter value in a binding string. | |
| MandatoryDefined | The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string. | |
| ReadOnly | The ReadOnly property determines the READONLY parameter value in a binding string. | |
| ReadOnlyDefined | The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string. | |
| UI | The UI property returns type of value editor. |
See also: