C# Class MassTransit.Host.AssemblyRegistration

Mostra file Open project: phatboyg/MassTransit Class Usage Examples

Public Properties

Property Type Description
Assembly System.Reflection.Assembly
EndpointSpecificationTypes System.Type[]
ServiceSpecificationType System.Type
Types System.Type[]

Public Methods

Method Description
AssemblyRegistration ( Assembly assembly, Type types ) : System

Private Methods

Method Description
DebuggerDisplay ( ) : string
GetEndpointSpecifications ( Type types ) : IEnumerable
GetServiceSpecification ( Type types ) : Type

Method Details

AssemblyRegistration() public method

public AssemblyRegistration ( Assembly assembly, Type types ) : System
assembly System.Reflection.Assembly
types System.Type
return System

Property Details

Assembly public_oe property

public Assembly,System.Reflection Assembly
return System.Reflection.Assembly

EndpointSpecificationTypes public_oe property

public Type[],System EndpointSpecificationTypes
return System.Type[]

ServiceSpecificationType public_oe property

public Type,System ServiceSpecificationType
return System.Type

Types public_oe property

public Type[],System Types
return System.Type[]