C# Class NCop.IoC.NCopRegistryAdapter

Inheritance: INCopDependencyAwareRegistry
显示文件 Open project: sagifogel/NCop

Public Methods

Method Description
NCopRegistryAdapter ( INCopRegistry registry ) : NCop.Core
Register ( TypeMap typeMap, ITypeMapCollection dependencies = null, bool isComposite = false ) : void

Method Details

NCopRegistryAdapter() public method

public NCopRegistryAdapter ( INCopRegistry registry ) : NCop.Core
registry INCopRegistry
return NCop.Core

Register() public method

public Register ( TypeMap typeMap, ITypeMapCollection dependencies = null, bool isComposite = false ) : void
typeMap NCop.Core.TypeMap
dependencies ITypeMapCollection
isComposite bool
return void