C# 클래스 Ninject.Extensions.Xml.Processors.BindXmlElementProcessor

Processor for the "Bind" Element
상속: Ninject.Components.NinjectComponent, IOwnXmlNodeProcessor, IModuleChildXmlElementProcessor
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.Xml 1 사용 예제들

공개 메소드들

메소드 설명
BindXmlElementProcessor ( IBindingBuilderFactory bindingBuilderFactory, IChildElementProcessor childElementProcessor ) : System.Collections.Generic

Initializes a new instance of the BindXmlElementProcessor class.

Handle ( IBindingRoot module, System.Xml.Linq.XElement element ) : void

Handles the XElement.

메소드 상세

BindXmlElementProcessor() 공개 메소드

Initializes a new instance of the BindXmlElementProcessor class.
public BindXmlElementProcessor ( IBindingBuilderFactory bindingBuilderFactory, IChildElementProcessor childElementProcessor ) : System.Collections.Generic
bindingBuilderFactory IBindingBuilderFactory The binding builder factory.
childElementProcessor IChildElementProcessor The child element processor.
리턴 System.Collections.Generic

Handle() 공개 메소드

Handles the XElement.
public Handle ( IBindingRoot module, System.Xml.Linq.XElement element ) : void
module IBindingRoot The module.
element System.Xml.Linq.XElement The element.
리턴 void