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

Inheritance: AgentMulder.ReSharper.Domain.Patterns.ComponentRegistrationPatternBase
Mostrar archivo Open project: hmemcpy/AgentMulder

Public Methods

Method Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Protected Methods

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

Method Details

DoCreateRegistrations() protected method

protected DoCreateRegistrations ( ITreeNode parentElement ) : IEnumerable
parentElement ITreeNode
return IEnumerable

ForBasePattern() protected method

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

GetComponentRegistrations() public method

public GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
return IEnumerable