C# Класс AgentMulder.Containers.CastleWindsor.Patterns.Component.ComponentFor.ComponentForBasePattern

Наследование: AgentMulder.ReSharper.Domain.Registrations.ComponentRegistrationBasePattern
Показать файл Открыть проект

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

Метод Описание
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Защищенные методы

Метод Описание
ComponentForBasePattern ( IStructuralSearchPattern pattern, string elementName, IEnumerable implementedByPatterns ) : System.Collections.Generic
DoCreateRegistrations ( ITreeNode parentElement ) : IEnumerable

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

ComponentForBasePattern() защищенный Метод

protected ComponentForBasePattern ( IStructuralSearchPattern pattern, string elementName, IEnumerable implementedByPatterns ) : System.Collections.Generic
pattern IStructuralSearchPattern
elementName string
implementedByPatterns IEnumerable
Результат System.Collections.Generic

DoCreateRegistrations() защищенный Метод

protected DoCreateRegistrations ( ITreeNode parentElement ) : IEnumerable
parentElement ITreeNode
Результат IEnumerable

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

public GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
Результат IEnumerable