C# 클래스 Machine.Mta.TypesScanner

파일 보기 프로젝트 열기: machine/machine.mta

공개 메소드들

메소드 설명
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