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

Processes the scope attribute.
상속: AbstractXmlAttributeProcessor
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.Xml

공개 메소드들

메소드 설명
Process ( string value, IOwnXmlNodeProcessor owner, IBindingConfigurationSyntax syntax ) : void

Handles the attribute.

ScopeXmlAttributeProcessor ( IEnumerable scopeHandlers ) : System.Collections.Generic

Initializes a new instance of the ScopeXmlAttributeProcessor class.

비공개 메소드들

메소드 설명
GetInvalidScopeErrorMessage ( string scope, string parentElementName ) : string

Gets the invalid scope error message.

메소드 상세

Process() 공개 메소드

Handles the attribute.
An unknown scope value was found.
public Process ( string value, IOwnXmlNodeProcessor owner, IBindingConfigurationSyntax syntax ) : void
value string The value of the attribute.
owner IOwnXmlNodeProcessor The owner of this instance.
syntax IBindingConfigurationSyntax The binding syntax.
리턴 void

ScopeXmlAttributeProcessor() 공개 메소드

Initializes a new instance of the ScopeXmlAttributeProcessor class.
public ScopeXmlAttributeProcessor ( IEnumerable scopeHandlers ) : System.Collections.Generic
scopeHandlers IEnumerable /// The scope processors. ///
리턴 System.Collections.Generic