Assembly: 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 | |
![]() |
ControlledObject | The ControlledObject property returns description of the nested object for which parameter control is set up. |
![]() |
Count | The Count property returns the number of the nested object parameters for which it is possible to set a binding. |
![]() |
IsEmpty | The IsEmpty property returns whether nested object parameter management settings are absent. |
![]() |
Item | The Item property returns a binding of the nested object parameter to the parameters of the current object. |
| Method name | Brief description | |
![]() |
FindByKey | The FindByKey method finds and returns a binding of the nested object parameter to the parameters of the current object. |
See also: