C# Class AgentMulder.Containers.Ninject.Patterns.Bind.BindBasePattern

Inheritance: AgentMulder.ReSharper.Domain.Patterns.ComponentRegistrationPatternBase
Mostra file Open project: hmemcpy/AgentMulder

Public Methods

Method Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Protected Methods

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

Method Details

BindBasePattern() protected method

protected BindBasePattern ( IStructuralSearchPattern pattern, string elementName, IEnumerable toPatterns ) : System.Collections.Generic
pattern IStructuralSearchPattern
elementName string
toPatterns 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