C# Класс NServiceBus.RegisterStepExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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