C# Class Splits.Web.Steps.InvokeCommandStep

Inheritance: Step
Afficher le fichier Open project: aaronjensen/splits

Méthodes publiques

Méthode 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 méthode

public BindingTo ( object>.Func createBindingDictionary ) : InvokeCommandStep
createBindingDictionary object>.Func
Résultat InvokeCommandStep

InvokeCommandStep() public méthode

public InvokeCommandStep ( Type commandType, Type resultType ) : System
commandType System.Type
resultType System.Type
Résultat System

InvokeCommandStep() public méthode

public InvokeCommandStep ( Type commandType, Type resultType, StepContext>.Action bind ) : System
commandType System.Type
resultType System.Type
bind StepContext>.Action
Résultat System

InvokeCommandStep() public méthode

public InvokeCommandStep ( Type commandType, Type resultType, ICommand>.Func createAndBind ) : System
commandType System.Type
resultType System.Type
createAndBind ICommand>.Func
Résultat System

OnFailure() public méthode

public OnFailure ( IStep step ) : InvokeCommandStep
step IStep
Résultat InvokeCommandStep

OnSuccess() public méthode

public OnSuccess ( IStep step ) : InvokeCommandStep
step IStep
Résultat InvokeCommandStep

OnValidationError() public méthode

public OnValidationError ( IStep step ) : InvokeCommandStep
step IStep
Résultat InvokeCommandStep