Show / Hide Table of Contents

Class RemoveConfigurationValueCommand

Inheritance
object
CommandBase
SynchronousCommand
RemoveConfigurationValueCommand
Implements
ISynchronousCommand
Inherited Members
SynchronousCommand.Execute()
SynchronousCommand.OnValidationFailure(List<IArgument>)
CommandBase._OutputProvider
CommandBase.ExecutionInfo
CommandBase.Arguments
CommandBase.Description
CommandBase.WriteLine(string)
CommandBase.WriteLine()
CommandBase.DisplayUsage()
CommandBase.DisplayUsage(StringBuilder)
CommandBase.DisplayValidationSummary(List<IArgument>)
CommandBase.Validate()
CommandBase.SetValuesFromExecutionInfo()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class RemoveConfigurationValueCommand : SynchronousCommand, ISynchronousCommand

Constructors

| Edit this page View Source

RemoveConfigurationValueCommand(CommandExecutionInfo, ITextOutputProvider)

Declaration
public RemoveConfigurationValueCommand(CommandExecutionInfo info, ITextOutputProvider outputProvider)
Parameters
Type Name Description
CommandExecutionInfo info
ITextOutputProvider outputProvider

Methods

| Edit this page View Source

GetArguments()

Get the arguments for the command execution

Declaration
public override ArgumentCollection GetArguments()
Returns
Type Description
ArgumentCollection
Overrides
CommandBase.GetArguments()
| Edit this page View Source

OnExecute()

Abstract method. This is where the work of the command should be added.

Declaration
protected override void OnExecute()
Overrides
SynchronousCommand.OnExecute()

Implements

ISynchronousCommand
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com