Class SetConfigurationValueCommand
Implements
Inherited Members
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class SetConfigurationValueCommand : SynchronousCommand, ISynchronousCommand
Constructors
| Edit this page View SourceSetConfigurationValueCommand(CommandExecutionInfo, ITextOutputProvider)
Declaration
public SetConfigurationValueCommand(CommandExecutionInfo info, ITextOutputProvider outputProvider)
Parameters
Type | Name | Description |
---|---|---|
CommandExecutionInfo | info | |
ITextOutputProvider | outputProvider |
Methods
| Edit this page View SourceGetArguments()
Get the arguments for the command execution
Declaration
public override ArgumentCollection GetArguments()
Returns
Type | Description |
---|---|
ArgumentCollection |
Overrides
| Edit this page View SourceOnExecute()
Abstract method. This is where the work of the command should be added.
Declaration
protected override void OnExecute()