C# 클래스 Machine.Mta.MessageInterfaces.MessageInterfaceImplementations

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

공개 메소드들

메소드 설명
GetClassFor ( Type type ) : Type
GetClassOrInterfaceFor ( Type type ) : Type
GetInterfaceFor ( Type type ) : Type
Initialize ( IEnumerable messageTypes ) : void
IsClassOrInterface ( Type type ) : bool
MessageInterfaceImplementations ( IMessageInterfaceImplementationFactory messageInterfaceImplementationFactory ) : System

메소드 상세

GetClassFor() 공개 메소드

public GetClassFor ( Type type ) : Type
type System.Type
리턴 System.Type

GetClassOrInterfaceFor() 공개 메소드

public GetClassOrInterfaceFor ( Type type ) : Type
type System.Type
리턴 System.Type

GetInterfaceFor() 공개 메소드

public GetInterfaceFor ( Type type ) : Type
type System.Type
리턴 System.Type

Initialize() 공개 메소드

public Initialize ( IEnumerable messageTypes ) : void
messageTypes IEnumerable
리턴 void

IsClassOrInterface() 공개 메소드

public IsClassOrInterface ( Type type ) : bool
type System.Type
리턴 bool

MessageInterfaceImplementations() 공개 메소드

public MessageInterfaceImplementations ( IMessageInterfaceImplementationFactory messageInterfaceImplementationFactory ) : System
messageInterfaceImplementationFactory IMessageInterfaceImplementationFactory
리턴 System