C# Класс Ninject.Extensions.Xml.Processors.ScopeXmlAttributeProcessor

Processes the scope attribute.
Наследование: AbstractXmlAttributeProcessor
Показать файл Открыть проект

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

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