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

Inheritance: IRegistrationPattern
Afficher le fichier Open project: hmemcpy/AgentMulder

Private Properties

Свойство Type Description
GetAllMatchedExpressions IEnumerable
GetMatchedExpression IInvocationExpression

Méthodes publiques

Méthode Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Méthodes protégées

Méthode Description
Match ( ITreeNode treeNode ) : IStructuralMatchResult
MatchMany ( ITreeNode treeNode ) : IEnumerable
RegistrationPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic

Private Methods

Méthode Description
GetAllMatchedExpressions ( ITreeNode element ) : IEnumerable
GetMatchedExpression ( ITreeNode element ) : IInvocationExpression

Method Details

GetComponentRegistrations() public abstract méthode

public abstract GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
Résultat IEnumerable

Match() protected méthode

protected Match ( ITreeNode treeNode ) : IStructuralMatchResult
treeNode ITreeNode
Résultat IStructuralMatchResult

MatchMany() protected méthode

protected MatchMany ( ITreeNode treeNode ) : IEnumerable
treeNode ITreeNode
Résultat IEnumerable

RegistrationPatternBase() protected méthode

protected RegistrationPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic
pattern IStructuralSearchPattern
Résultat System.Collections.Generic