Show / Hide Table of Contents

Delegate CustomAccessorCompilers.CompilerFunc

Namespace: DevExtreme.AspNet.Data.Helpers
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public delegate Expression CompilerFunc(Expression expr, string accessorText);
Parameters
Type Name Description
Expression expr
String accessorText
Returns
Type Description
Expression

Constructors

| Improve this Doc

CompilerFunc(Object, IntPtr)

Declaration
public CompilerFunc(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

| Improve this Doc

BeginInvoke(Expression, String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(Expression expr, string accessorText, AsyncCallback callback, object object)
Parameters
Type Name Description
Expression expr
String accessorText
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult
| Improve this Doc

EndInvoke(IAsyncResult)

Declaration
public virtual Expression EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
Returns
Type Description
Expression
| Improve this Doc

Invoke(Expression, String)

Declaration
public virtual Expression Invoke(Expression expr, string accessorText)
Parameters
Type Name Description
Expression expr
String accessorText
Returns
Type Description
Expression
  • Improve this Doc
Back to top Copyright (c) Developer Express Inc.