WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GetValueDelegate

    Show / Hide Table of Contents

    Delegate GetValueDelegate

    Use to get the property value without using reflection.

    Namespace: Syncfusion.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public delegate IComparable GetValueDelegate(object o, string name);
    Parameters
    Type Name Description
    System.Object o
    System.String name
    Returns
    Type Description
    System.IComparable

    Constructors

    GetValueDelegate(Object, IntPtr)

    Declaration
    public GetValueDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object o, string name, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object o
    System.String name
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual IComparable EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.IComparable

    Invoke(Object, String)

    Declaration
    public virtual IComparable Invoke(object o, string name)
    Parameters
    Type Name Description
    System.Object o
    System.String name
    Returns
    Type Description
    System.IComparable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved