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

Inheritance: RegistrationPatternBase
Show file Open project: hmemcpy/AgentMulder

Public Methods

Method Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Protected Methods

Method Description
GetTargetModule ( IStructuralMatchResult match ) : IModule
ModuleBasedPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic

Method Details

GetComponentRegistrations() public method

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

GetTargetModule() protected abstract method

protected abstract GetTargetModule ( IStructuralMatchResult match ) : IModule
match IStructuralMatchResult
return IModule

ModuleBasedPatternBase() protected method

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