C# Class Splits.Web.Steps.InvokeCommandStep

Inheritance: Step
Exibir arquivo Open project: aaronjensen/splits

Public Methods

Method Description
BindingTo ( object>.Func createBindingDictionary ) : InvokeCommandStep
InvokeCommandStep ( Type commandType, Type resultType ) : System
InvokeCommandStep ( Type commandType, Type resultType, StepContext>.Action bind ) : System
InvokeCommandStep ( Type commandType, Type resultType, ICommand>.Func createAndBind ) : System
OnFailure ( IStep step ) : InvokeCommandStep
OnSuccess ( IStep step ) : InvokeCommandStep
OnValidationError ( IStep step ) : InvokeCommandStep

Method Details

BindingTo() public method

public BindingTo ( object>.Func createBindingDictionary ) : InvokeCommandStep
createBindingDictionary object>.Func
return InvokeCommandStep

InvokeCommandStep() public method

public InvokeCommandStep ( Type commandType, Type resultType ) : System
commandType System.Type
resultType System.Type
return System

InvokeCommandStep() public method

public InvokeCommandStep ( Type commandType, Type resultType, StepContext>.Action bind ) : System
commandType System.Type
resultType System.Type
bind StepContext>.Action
return System

InvokeCommandStep() public method

public InvokeCommandStep ( Type commandType, Type resultType, ICommand>.Func createAndBind ) : System
commandType System.Type
resultType System.Type
createAndBind ICommand>.Func
return System

OnFailure() public method

public OnFailure ( IStep step ) : InvokeCommandStep
step IStep
return InvokeCommandStep

OnSuccess() public method

public OnSuccess ( IStep step ) : InvokeCommandStep
step IStep
return InvokeCommandStep

OnValidationError() public method

public OnValidationError ( IStep step ) : InvokeCommandStep
step IStep
return InvokeCommandStep