C# 클래스 NServiceBus.RegisterStepExtensions

파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
GetBehaviorInterface ( this behaviorType ) : Type
GetContextType ( this behaviorType ) : Type
GetInputContext ( this step ) : Type
GetOutputContext ( this step ) : Type
IsBehavior ( this behaviorType ) : bool
IsStageConnector ( this step ) : bool

메소드 상세

GetBehaviorInterface() 공개 정적인 메소드

public static GetBehaviorInterface ( this behaviorType ) : Type
behaviorType this
리턴 System.Type

GetContextType() 공개 정적인 메소드

public static GetContextType ( this behaviorType ) : Type
behaviorType this
리턴 System.Type

GetInputContext() 공개 정적인 메소드

public static GetInputContext ( this step ) : Type
step this
리턴 System.Type

GetOutputContext() 공개 정적인 메소드

public static GetOutputContext ( this step ) : Type
step this
리턴 System.Type

IsBehavior() 공개 정적인 메소드

public static IsBehavior ( this behaviorType ) : bool
behaviorType this
리턴 bool

IsStageConnector() 공개 정적인 메소드

public static IsStageConnector ( this step ) : bool
step this
리턴 bool