C# Class Binboo.Core.Tests.Framework.ArgumentPipingCommand

Inheritance: BotCommandBase
Show file Open project: adrianoc/binboo

Public Methods

Method Description
ArgumentPipingCommand ( string commandName, ParamValidator>.Expression validatorExpressions, ArgumentRecorder recorder ) : System
Process ( IContext context ) : ICommandResult

Private Methods

Method Description
defaultValidatorExpressions ( ) : ParamValidator>>[].Expression

Method Details

ArgumentPipingCommand() public method

public ArgumentPipingCommand ( string commandName, ParamValidator>.Expression validatorExpressions, ArgumentRecorder recorder ) : System
commandName string
validatorExpressions ParamValidator>.Expression
recorder Binboo.Core.Tests.Tests.Support.ArgumentRecorder
return System

Process() public method

public Process ( IContext context ) : ICommandResult
context IContext
return ICommandResult