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

Afficher le fichier Open project: basicdays/Guidelines Class Usage Examples

Méthodes publiques

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

Method Details

HandlerFactoryRegistrar() public méthode

public HandlerFactoryRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
Résultat System

RegisterFactory() public méthode

public RegisterFactory ( Type genericCommand, Type factoryInterface, Type factoryInstace ) : void
genericCommand System.Type
factoryInterface System.Type
factoryInstace System.Type
Résultat void