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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
GetNamespaceElement ( IStructuralMatchResult match, bool &includeSubnamespaces ) : INamespace
NamespaceRegistrationPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic

메소드 상세

GetBasedOnRegistrations() 공개 메소드

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

GetComponentRegistrations() 공개 메소드

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

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

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

NamespaceRegistrationPatternBase() 보호된 메소드

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