Class AbstractBindedAction
Base class for the binded actions
Inheritance
AbstractBindedAction
Inherited Members
Namespace: SdlSdl.DesktopIntegrationApiInternal
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public abstract class AbstractBindedAction : AbstractAction, IAction, IExtensionAware
Constructors
AbstractBindedAction()
Declaration
protected AbstractBindedAction()
Methods
Execute()
This method is never executed because if is only a binding to the real action.
Declaration
protected override void Execute()