C# Class UI.DependencyResolution.ControllerConvention

Inheritance: IRegistrationConvention
Mostra file Open project: NemeStats/NemeStats

Public Methods

Method Description
Process ( Type type, Registry registry ) : void
ScanTypes ( StructureMap.Graph.Scanning.TypeSet types, Registry registry ) : void

Method Details

Process() public method

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

ScanTypes() public method

public ScanTypes ( StructureMap.Graph.Scanning.TypeSet types, Registry registry ) : void
types StructureMap.Graph.Scanning.TypeSet
registry Registry
return void