C# Class AgentMulder.Containers.CastleWindsor.Patterns.Component.ComponentFor.ComponentForBasePattern

Inheritance: AgentMulder.ReSharper.Domain.Registrations.ComponentRegistrationBasePattern
显示文件 Open project: hmemcpy/AgentMulder

Public Methods

Method Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Protected Methods

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

Method Details

ComponentForBasePattern() protected method

protected ComponentForBasePattern ( IStructuralSearchPattern pattern, string elementName, IEnumerable implementedByPatterns ) : System.Collections.Generic
pattern IStructuralSearchPattern
elementName string
implementedByPatterns IEnumerable
return System.Collections.Generic

DoCreateRegistrations() protected method

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

GetComponentRegistrations() public method

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