UnityConfig Class

Template MVC

UnityConfig Class

Configures the Unity dependency injection container
Inheritance Hierarchy
SystemObject  Template.Web.CompositionRootUnityConfig

Namespace:  Template.Web.CompositionRoot
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
internal static class UnityConfig

The UnityConfig type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInit
Initializes Unity
Public methodStatic memberRegisterTypes
Automaticly registers the type mappings with the Unity container by convetions.
Top
See Also