C# 클래스 AgentMulder.ReSharper.Domain.Patterns.ModuleBasedPatternBase

상속: RegistrationPatternBase
파일 보기 프로젝트 열기: hmemcpy/AgentMulder

공개 메소드들

메소드 설명
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

보호된 메소드들

메소드 설명
GetTargetModule ( IStructuralMatchResult match ) : IModule
ModuleBasedPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic

메소드 상세

GetComponentRegistrations() 공개 메소드

public GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
리턴 IEnumerable

GetTargetModule() 보호된 추상적인 메소드

protected abstract GetTargetModule ( IStructuralMatchResult match ) : IModule
match IStructuralMatchResult
리턴 IModule

ModuleBasedPatternBase() 보호된 메소드

protected ModuleBasedPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic
pattern IStructuralSearchPattern
리턴 System.Collections.Generic