C# Class Cucumber.SimpleDb.Linq.Translation.QueryBinder.QueryNominator

Inheritance: SimpleDbExpressionVisitor
Afficher le fichier Open project: rexm/SimpleDb.Net

Méthodes publiques

Méthode Description
IsCandidate ( Expression source ) : bool

Méthodes protégées

Méthode Description
VisitMethodCall ( MethodCallExpression m ) : Expression

Private Methods

Méthode Description
AdditionalArgumentIsLambdaCandidate ( MethodCallExpression mex ) : bool
AdditionalArgumentsAreSupported ( MethodCallExpression mex ) : bool
IsSupportedLinqMethod ( MethodInfo m ) : bool
IsSupportedSimpleDbExtension ( MethodInfo m ) : bool
MethodIsSupported ( MethodInfo m ) : bool

Method Details

IsCandidate() public static méthode

public static IsCandidate ( Expression source ) : bool
source System.Linq.Expressions.Expression
Résultat bool

VisitMethodCall() protected méthode

protected VisitMethodCall ( MethodCallExpression m ) : Expression
m MethodCallExpression
Résultat Expression