C# Class AgentMulder.Containers.StructureMap.Patterns.For.ForBasePattern

Inheritance: AgentMulder.ReSharper.Domain.Patterns.ComponentRegistrationPatternBase
Afficher le fichier Open project: hmemcpy/AgentMulder

Méthodes publiques

Méthode Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Méthodes protégées

Méthode Description
DoCreateRegistrations ( ITreeNode parentElement ) : IEnumerable
ForBasePattern ( IStructuralSearchPattern pattern, string elementName, IEnumerable usePatterns ) : System.Collections.Generic

Method Details

DoCreateRegistrations() protected méthode

protected DoCreateRegistrations ( ITreeNode parentElement ) : IEnumerable
parentElement ITreeNode
Résultat IEnumerable

ForBasePattern() protected méthode

protected ForBasePattern ( IStructuralSearchPattern pattern, string elementName, IEnumerable usePatterns ) : System.Collections.Generic
pattern IStructuralSearchPattern
elementName string
usePatterns IEnumerable
Résultat System.Collections.Generic

GetComponentRegistrations() public méthode

public GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
Résultat IEnumerable