C# Class Remotion.Linq.SqlBackend.SqlPreparation.CompoundMethodCallTransformerProvider

Aggregates a number of IMethodCallTransformerProvider instances, checking each of them when the GetTransformer is called, until one of them returns a IMethodCallTransformer.
Inheritance: IMethodCallTransformerProvider
Mostrar archivo Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Methods

Method Description
CompoundMethodCallTransformerProvider ( ) : System
CreateDefault ( ) : CompoundMethodCallTransformerProvider
GetTransformer ( MethodCallExpression methodCallExpression ) : IMethodCallTransformer

Method Details

CompoundMethodCallTransformerProvider() public method

public CompoundMethodCallTransformerProvider ( ) : System
return System

CreateDefault() public static method

public static CreateDefault ( ) : CompoundMethodCallTransformerProvider
return CompoundMethodCallTransformerProvider

GetTransformer() public method

public GetTransformer ( MethodCallExpression methodCallExpression ) : IMethodCallTransformer
methodCallExpression System.Linq.Expressions.MethodCallExpression
return IMethodCallTransformer