C# Class Machine.Mta.MessageInterfaces.MessageInterfaceImplementations

Mostrar archivo Open project: machine/machine.mta

Public Methods

Method Description
GetClassFor ( Type type ) : Type
GetClassOrInterfaceFor ( Type type ) : Type
GetInterfaceFor ( Type type ) : Type
Initialize ( IEnumerable messageTypes ) : void
IsClassOrInterface ( Type type ) : bool
MessageInterfaceImplementations ( IMessageInterfaceImplementationFactory messageInterfaceImplementationFactory ) : System

Method Details

GetClassFor() public method

public GetClassFor ( Type type ) : Type
type System.Type
return System.Type

GetClassOrInterfaceFor() public method

public GetClassOrInterfaceFor ( Type type ) : Type
type System.Type
return System.Type

GetInterfaceFor() public method

public GetInterfaceFor ( Type type ) : Type
type System.Type
return System.Type

Initialize() public method

public Initialize ( IEnumerable messageTypes ) : void
messageTypes IEnumerable
return void

IsClassOrInterface() public method

public IsClassOrInterface ( Type type ) : bool
type System.Type
return bool

MessageInterfaceImplementations() public method

public MessageInterfaceImplementations ( IMessageInterfaceImplementationFactory messageInterfaceImplementationFactory ) : System
messageInterfaceImplementationFactory IMessageInterfaceImplementationFactory
return System