C# Класс Machine.Mta.TypesScanner

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

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

Метод Описание
Finders ( this container ) : IEnumerable
Handlers ( this container ) : IEnumerable
Sagas ( this container ) : IEnumerable

Приватные методы

Метод Описание
AllConsumerTypes ( IMachineContainer container ) : IEnumerable
AllMessageHandlerTypes ( IMachineContainer container ) : IEnumerable
IsAllowableImplementationOf ( Type type, Type source ) : bool

Описание методов

Finders() публичный статический Метод

public static Finders ( this container ) : IEnumerable
container this
Результат IEnumerable

Handlers() публичный статический Метод

public static Handlers ( this container ) : IEnumerable
container this
Результат IEnumerable

Sagas() публичный статический Метод

public static Sagas ( this container ) : IEnumerable
container this
Результат IEnumerable