C# Класс Ninject.Extensions.Xml.XmlModule

Ninject module used for the modules in the xml configurations.
Наследование: Ninject.Modules.NinjectModule
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Load() публичный Метод

Loads the module into the kernel.
public Load ( ) : void
Результат void

XmlModule() публичный Метод

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.
Результат System.Collections.Generic