C# Класс AgentMulder.Containers.StructureMap.Patterns.For.ForBasePattern

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

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

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

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

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

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

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

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

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

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

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

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