C# Class Remotion.Linq.SqlBackend.UnitTests.CustomExpression

Inheritance: Remotion.Linq.Clauses.Expressions.ExtensionExpression
Datei anzeigen Open project: re-motion/Relinq-SqlBackend

Public Methods

Method Description
CustomExpression ( Type type ) : System
ToString ( ) : string

Protected Methods

Method Description
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

Method Details

CustomExpression() public method

public CustomExpression ( Type type ) : System
type System.Type
return System

ToString() public method

public ToString ( ) : string
return string

VisitChildren() protected method

protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
return System.Linq.Expressions.Expression