UiMetabaseObjectParams

Description

The UiMetabaseObjectParams class implements the UiMetabaseObjectParams development environment component that is used to manage values of parameters of the repository objects, access to which is given by the following components (UiDimension, UiErAnalyzer, UiModel, UiReport, UiWorkspaceObject).

Class object properties inherited from IUiMetabaseObjectParams

  Property name Brief description
IsDefault The IsDefault property determines whether the values of parameters set by default are used during the opening of object.
ParamControl The ParamControl property determines the connection of parameters with control elements.
UiObject The UiObject property determines the component connected with repository object, parameters of which should be controlled.

Class object properties inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components, located on the parent component.
Components The Components property returns the child component, which index is passed via the input parameter.
Data The Data property is used to store any custom data.
Name The Name property determines the component name.
Tag The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion.

Class object methods inherited from IUiMetabaseObjectParams

  Method name Brief description
CollectValues The CollectValues method implements the specified action with the values of parameters.
RemoveParamControl The RemoveParamControl method deletes specified control element binding to the object parameter.
ResetParamControls The ResetParamControls method resets the control elements binding for all parameters.

See also:

Fore Assembly Classes