C# Class NServiceBus.RegisterStepExtensions

Show file Open project: Particular/NServiceBus

Public Methods

Method Description
GetBehaviorInterface ( this behaviorType ) : Type
GetContextType ( this behaviorType ) : Type
GetInputContext ( this step ) : Type
GetOutputContext ( this step ) : Type
IsBehavior ( this behaviorType ) : bool
IsStageConnector ( this step ) : bool

Method Details

GetBehaviorInterface() public static method

public static GetBehaviorInterface ( this behaviorType ) : Type
behaviorType this
return System.Type

GetContextType() public static method

public static GetContextType ( this behaviorType ) : Type
behaviorType this
return System.Type

GetInputContext() public static method

public static GetInputContext ( this step ) : Type
step this
return System.Type

GetOutputContext() public static method

public static GetOutputContext ( this step ) : Type
step this
return System.Type

IsBehavior() public static method

public static IsBehavior ( this behaviorType ) : bool
behaviorType this
return bool

IsStageConnector() public static method

public static IsStageConnector ( this step ) : bool
step this
return bool