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

Inheritance: IRegistrationConvention
Exibir arquivo Open project: basicdays/Guidelines

Public Methods

Method Description
Process ( Type type, Registry registry ) : void
ProcessFacade ( Type type, Registry registry, Type facadeInterface, Type genericFacadeInterface, Type concreteFacade ) : void

Method Details

Process() public abstract method

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

ProcessFacade() public method

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
return void