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

Inheritance: SimpleDbExpressionVisitor
Show file Open project: rexm/SimpleDb.Net

Public Methods

Method Description
IsCandidate ( Expression source ) : bool

Protected Methods

Method Description
VisitMethodCall ( MethodCallExpression m ) : Expression

Private Methods

Method 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 method

public static IsCandidate ( Expression source ) : bool
source System.Linq.Expressions.Expression
return bool

VisitMethodCall() protected method

protected VisitMethodCall ( MethodCallExpression m ) : Expression
m MethodCallExpression
return Expression