C# Class Guidelines.Ioc.StructureMap.Conventions.CommandProcessorConvention

Inheritance: IRegistrationConvention
Show file Open project: basicdays/Guidelines

Public Methods

Method Description
Process ( Type type, Registry registry ) : void
ProcessHandler ( Type type, Registry registry, Type typeInterface, Type handlerInterface, Type concreteHandler ) : void

Method Details

Process() public method

public Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
return void

ProcessHandler() public method

public ProcessHandler ( Type type, Registry registry, Type typeInterface, Type handlerInterface, Type concreteHandler ) : void
type System.Type
registry Registry
typeInterface System.Type
handlerInterface System.Type
concreteHandler System.Type
return void