Intersoft.Client.Framework.Containers Namespace > IDependencyRegistrar Interface : Register Method |
Overload | Description |
---|---|
Register<TType>(Func<IDependencyResolver,TType>) | Adds the function to resolve an unnamed registration of the specified type to the container. |
Register<TType>(String,Func<IDependencyResolver,TType>) | Adds the function to resolve an named registration of the specified type to the container. |
Register(Type,Func<IDependencyResolver,Object>) | Adds the function to resolve an unnamed registration of the specified type to the container. |
Register(String,Type,Func<IDependencyResolver,Object>) | Adds the function to resolve an named registration of the specified type to the container. |
Register<TType,TImpl>() | Registers a implementation type to be instantiated when the the specified type is resolved. |
Register<TType,TImpl>(String) | Registers a implementation type to be instantiated when the the specified type is resolved based on the given name. |
Register(Type,Type) | Registers a implementation type to be instantiated when the the specified type is resolved. |
Register(String,Type,Type) | Registers a implementation type to be instantiated when the the specified type is resolved based on the given name. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2