IUiCommandTarget

Description

The IUiCommandTarget interface contains methods that execute commands with repository objects.

Comments

It is used only in the desktop application.

All platform repository objects support standard operations like opening and editing. Each object class may also support specific operations. For example, a calculated cube supports formula editing. The list of operations available for an object can be seen by opening context menu in the navigator above the object. Any of these operations can be executed from application system code.

Methods

  Method name Brief description
CreateExecutionContext The CreateExecutionContext method creates a context for command execution.
Execute The Execute method executes command on an object.

See also:

Ui Assembly Interfaces