Class DefaultCommand
Default command, invoked by RIA when no other implementation not found.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.AdminTool.Commands.Generic
Assembly: FixAntenna.AdminTool.dll
Syntax
public class DefaultCommand : Command
Constructors
DefaultCommand(String, IEnumerable<String>)
Declaration
public DefaultCommand(string commandName, IEnumerable<string> supportedCommands)
Parameters
Type | Name | Description |
---|---|---|
System.String | commandName | |
System.Collections.Generic.IEnumerable<System.String> | supportedCommands |
Methods
Execute()
Declaration
public override void Execute()