Base class for commands that include parameters for setting local aliases.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public abstract class SetAliasesCommandBase : WindowTargetCommandBase
Visual Basic
Public MustInherit Class SetAliasesCommandBase _
	Inherits WindowTargetCommandBase
JScript
public abstract class SetAliasesCommandBase extends WindowTargetCommandBase

Remarks

Though this class is not sealed, deriving from this class is not supported for customers.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxPickCommand
            Ico.Gwx..::..WindowTargetCommandBase
              Ico.Gwx..::..SetAliasesCommandBase
                Ico.Gwx..::..LoadDisplayCommand
                Ico.Gwx..::..SetAliasesCommand

See Also