C# Class Ninject.Extensions.Xml.XmlModule

Ninject module used for the modules in the xml configurations.
Inheritance: Ninject.Modules.NinjectModule
显示文件 Open project: ninject/Ninject.Extensions.Xml Class Usage Examples

Public Methods

Method Description
Load ( ) : void

Loads the module into the kernel.

XmlModule ( System.Xml.Linq.XElement moduleElement, IModuleChildXmlElementProcessor>.IDictionary elementProcessors ) : System.Collections.Generic

Initializes a new instance of the XmlModule class.

Method Details

Load() public method

Loads the module into the kernel.
public Load ( ) : void
return void

XmlModule() public method

Initializes a new instance of the XmlModule class.
public XmlModule ( System.Xml.Linq.XElement moduleElement, IModuleChildXmlElementProcessor>.IDictionary elementProcessors ) : System.Collections.Generic
moduleElement System.Xml.Linq.XElement The module xml element.
elementProcessors IModuleChildXmlElementProcessor>.IDictionary The element processors.
return System.Collections.Generic