C# Class Machine.Mta.TypesScanner

Show file Open project: machine/machine.mta

Public Methods

Method Description
Finders ( this container ) : IEnumerable
Handlers ( this container ) : IEnumerable
Sagas ( this container ) : IEnumerable

Private Methods

Method Description
AllConsumerTypes ( IMachineContainer container ) : IEnumerable
AllMessageHandlerTypes ( IMachineContainer container ) : IEnumerable
IsAllowableImplementationOf ( Type type, Type source ) : bool

Method Details

Finders() public static method

public static Finders ( this container ) : IEnumerable
container this
return IEnumerable

Handlers() public static method

public static Handlers ( this container ) : IEnumerable
container this
return IEnumerable

Sagas() public static method

public static Sagas ( this container ) : IEnumerable
container this
return IEnumerable