Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseObjectParamControl interface contains properties used to set parameters binding of nested object with parameters of a current object.
IMetabaseObjectParamControl
Binding parameters can be obtained by using properties and methods of the IMetabaseObjectControl interface.
Property name | Brief description | |
ControlledParam | The ControlledParam property returns parameter of an embedded object for which binding to parameter of a current object is set. | |
Expression | The Expression property returns an expression that determines binding of a current parameter of embedded object to parameters of current object. |
See also: