Class AbstractBindedAction
Base class for the binded actions
Inheritance
Object
AbstractBindedAction
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.IntegrationApi.Internal
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public abstract class AbstractBindedAction : AbstractAction, IAction
Constructors
AbstractBindedAction()
Base class for the binded actions
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()