C# Class Ninject.Extensions.Xml.XmlModule

Ninject module used for the modules in the xml configurations.
Inheritance: Ninject.Modules.NinjectModule
Afficher le fichier Open project: ninject/Ninject.Extensions.Xml Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Loads the module into the kernel.
public Load ( ) : void
Résultat void

XmlModule() public méthode

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.
Résultat System.Collections.Generic