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
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Méthode Description
CompoundMethodCallTransformerProvider ( ) : System
CreateDefault ( ) : CompoundMethodCallTransformerProvider
GetTransformer ( MethodCallExpression methodCallExpression ) : IMethodCallTransformer

Method Details

CompoundMethodCallTransformerProvider() public méthode

public CompoundMethodCallTransformerProvider ( ) : System
Résultat System

CreateDefault() public static méthode

public static CreateDefault ( ) : CompoundMethodCallTransformerProvider
Résultat CompoundMethodCallTransformerProvider

GetTransformer() public méthode

public GetTransformer ( MethodCallExpression methodCallExpression ) : IMethodCallTransformer
methodCallExpression System.Linq.Expressions.MethodCallExpression
Résultat IMethodCallTransformer