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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
DoCreateRegistrations ( ITreeNode registrationRootElement, IStructuralMatchResult match ) : IEnumerable
MultipleMatchBasedOnPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic

메소드 상세

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

protected abstract DoCreateRegistrations ( ITreeNode registrationRootElement, IStructuralMatchResult match ) : IEnumerable
registrationRootElement ITreeNode
match IStructuralMatchResult
리턴 IEnumerable

GetBasedOnRegistrations() 공개 메소드

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

GetComponentRegistrations() 공개 최종 메소드

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

MultipleMatchBasedOnPatternBase() 보호된 메소드

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