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

Inheritance: IRegistrationConvention
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
Process ( Type type, Registry registry ) : void
ProcessFacade ( Type type, Registry registry, Type facadeInterface, Type genericFacadeInterface, Type concreteFacade ) : void

Method Details

Process() public abstract méthode

public abstract Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
Résultat void

ProcessFacade() public méthode

public ProcessFacade ( Type type, Registry registry, Type facadeInterface, Type genericFacadeInterface, Type concreteFacade ) : void
type System.Type
registry Registry
facadeInterface System.Type
genericFacadeInterface System.Type
concreteFacade System.Type
Résultat void