C# 클래스 Ninject.Extensions.Xml.XmlModule

Ninject module used for the modules in the xml configurations.
상속: Ninject.Modules.NinjectModule
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.Xml 1 사용 예제들

공개 메소드들

메소드 설명
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