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

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

Private Properties

프로퍼티 타입 설명
GetAllMatchedExpressions IEnumerable
GetMatchedExpression IInvocationExpression

공개 메소드들

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

보호된 메소드들

메소드 설명
Match ( ITreeNode treeNode ) : IStructuralMatchResult
MatchMany ( ITreeNode treeNode ) : IEnumerable
RegistrationPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetAllMatchedExpressions ( ITreeNode element ) : IEnumerable
GetMatchedExpression ( ITreeNode element ) : IInvocationExpression

메소드 상세

GetComponentRegistrations() 공개 추상적인 메소드

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

Match() 보호된 메소드

protected Match ( ITreeNode treeNode ) : IStructuralMatchResult
treeNode ITreeNode
리턴 IStructuralMatchResult

MatchMany() 보호된 메소드

protected MatchMany ( ITreeNode treeNode ) : IEnumerable
treeNode ITreeNode
리턴 IEnumerable

RegistrationPatternBase() 보호된 메소드

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