IMetabaseObjectControl

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IMetabaseObjectControl interface contains properties and methods used to control parameters of the nested object.

Inheritance Hierarchy

IMetabaseObjectControl

Comments

To get parameters of nested object, use properties and methods of the IMetabaseObjectControlInfo interface.

Properties

  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.

Methods

  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:

Metabase Assembly Interfaces