Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseObjectControl interface contains properties and methods used to control parameters of the nested object.
IMetabaseObjectControl
To get parameters of nested object, use properties and methods of the IMetabaseObjectControlInfo interface.
| Property name | Brief description | |
| The ControlledObject property returns description of the nested object for which parameter control is set up. | ||
| The Count property returns the number of the nested object parameters for which it is possible to set a binding. | ||
| The IsEmpty property returns whether nested object parameter management settings are absent. | ||
| The Item property returns a binding of the nested object parameter to the parameters of the current object. |
| Method name | Brief description | |
| The FindByKey method finds and returns a binding of the nested object parameter to the parameters of the current object. |
See also: