C# Class AgentMulder.ReSharper.Domain.Patterns.NamespaceRegistrationPatternBase

Inheritance: BasedOnPatternBase
Datei anzeigen Open project: hmemcpy/AgentMulder

Public Methods

Method Description
GetBasedOnRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Protected Methods

Method Description
GetNamespaceElement ( IStructuralMatchResult match, bool &includeSubnamespaces ) : INamespace
NamespaceRegistrationPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic

Method Details

GetBasedOnRegistrations() public method

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

GetComponentRegistrations() public method

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

GetNamespaceElement() protected abstract method

protected abstract GetNamespaceElement ( IStructuralMatchResult match, bool &includeSubnamespaces ) : INamespace
match IStructuralMatchResult
includeSubnamespaces bool
return INamespace

NamespaceRegistrationPatternBase() protected method

protected NamespaceRegistrationPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic
pattern IStructuralSearchPattern
return System.Collections.Generic