C# 클래스 Splits.Web.Steps.InvokeCommandStep

상속: Step
파일 보기 프로젝트 열기: aaronjensen/splits

공개 메소드들

메소드 설명
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

메소드 상세

BindingTo() 공개 메소드

public BindingTo ( object>.Func createBindingDictionary ) : InvokeCommandStep
createBindingDictionary object>.Func
리턴 InvokeCommandStep

InvokeCommandStep() 공개 메소드

public InvokeCommandStep ( Type commandType, Type resultType ) : System
commandType System.Type
resultType System.Type
리턴 System

InvokeCommandStep() 공개 메소드

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

InvokeCommandStep() 공개 메소드

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

OnFailure() 공개 메소드

public OnFailure ( IStep step ) : InvokeCommandStep
step IStep
리턴 InvokeCommandStep

OnSuccess() 공개 메소드

public OnSuccess ( IStep step ) : InvokeCommandStep
step IStep
리턴 InvokeCommandStep

OnValidationError() 공개 메소드

public OnValidationError ( IStep step ) : InvokeCommandStep
step IStep
리턴 InvokeCommandStep