C# Class ServiceModelContrib.IoC.Unity.HierarchicalLifetimeExtension

Unity extension to support proper hierarchical containers; instances created/resolved by the child container will be registered in the child container, even if the type is configured in the parent container.
Inheritance: Microsoft.Practices.Unity.UnityContainerExtension
Exibir arquivo Open project: kredinor/ServiceModelContrib

Protected Methods

Method Description
Initialize ( ) : void

Initializes the Unity extension.

Method Details

Initialize() protected method

Initializes the Unity extension.
protected Initialize ( ) : void
return void