C# Class System.Linq.QueryableTransformer

Inheritance: ExpressionTransformer
Mostra file Open project: runefs/Marvin Class Usage Examples

Protected Methods

Method Description
VisitConstant ( ConstantExpression constant ) : Expression
VisitLambda ( LambdaExpression lambda ) : Expression
VisitMethodCall ( MethodCallExpression methodCall ) : Expression

Private Methods

Method Description
GetComparableType ( Type type ) : Type
GetMatchingMethod ( MethodInfo method, Type declaring ) : MethodInfo
GetTargetDeclaringType ( MethodInfo method ) : Type
HasExtensionAttribute ( MethodInfo method ) : bool
IsQueryableExtension ( MethodInfo method ) : bool
MethodMatch ( MethodInfo candidate, MethodInfo method ) : bool
ReplaceQueryableMethod ( MethodCallExpression old ) : MethodCallExpression
ReplaceQueryableMethod ( MethodInfo method ) : MethodInfo
TypeMatch ( Type candidate, Type type ) : bool
UnquoteIfNeeded ( Expression expression, Type delegateType ) : Expression

Method Details

VisitConstant() protected method

protected VisitConstant ( ConstantExpression constant ) : Expression
constant System.Linq.Expressions.ConstantExpression
return System.Linq.Expressions.Expression

VisitLambda() protected method

protected VisitLambda ( LambdaExpression lambda ) : Expression
lambda System.Linq.Expressions.LambdaExpression
return System.Linq.Expressions.Expression

VisitMethodCall() protected method

protected VisitMethodCall ( MethodCallExpression methodCall ) : Expression
methodCall System.Linq.Expressions.MethodCallExpression
return System.Linq.Expressions.Expression