C# 클래스 Recipes.Wires.Context

파일 보기 프로젝트 열기: gnschenker/RecipesWithCqrsAndEs

공개 메소드들

메소드 설명
Debug ( string format ) : void
Explain ( string format ) : void
SwapFor ( Action builder = null ) : Action
SwapForDebug ( Action builder = null ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( string format ) : void
format string
리턴 void

Explain() 공개 정적인 메소드

public static Explain ( string format ) : void
format string
리턴 void

SwapFor() 공개 정적인 메소드

public static SwapFor ( Action builder = null ) : Action
builder Action
리턴 Action

SwapForDebug() 공개 정적인 메소드

public static SwapForDebug ( Action builder = null ) : void
builder Action
리턴 void