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

Exibir arquivo Open project: basicdays/Guidelines Class Usage Examples

Public Methods

Method Description
HandlerFactoryRegistrar ( Type classType, Registry registry ) : System
RegisterFactory ( Type genericCommand, Type factoryInterface, Type factoryInstace ) : void

Method Details

HandlerFactoryRegistrar() public method

public HandlerFactoryRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
return System

RegisterFactory() public method

public RegisterFactory ( Type genericCommand, Type factoryInterface, Type factoryInstace ) : void
genericCommand System.Type
factoryInterface System.Type
factoryInstace System.Type
return void