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