Show / Hide Table of Contents

Interface IExpressionConverter

Singleton application service contract for expression converters.

Namespace: Kephas.Data.Client.Queries.Conversion
Assembly: Kephas.Data.Client.dll
Syntax
[SingletonAppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(OperatorAttribute)})]
public interface IExpressionConverter

Methods

| Improve this Doc View Source

ConvertExpression(IList<Expression>, Type, ParameterExpression)

Converts the provided expression to a LINQ expression.

Declaration
Expression ConvertExpression(IList<Expression> args, Type clientItemType, ParameterExpression lambdaArg)
Parameters
Type Name Description
System.Collections.Generic.IList<System.Linq.Expressions.Expression> args

The arguments.

System.Type clientItemType

The client item type.

System.Linq.Expressions.ParameterExpression lambdaArg

The lambda argument.

Returns
Type Description
System.Linq.Expressions.Expression

The converted expression.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX