PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSHybridCloudUiManager.EditEntityRequestHandler

    Delegate for event to signal the opening of an existing entity from the search panel.

    Namespace: StdPlatBS100.ServiceClasses
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void EditEntityRequestHandler(StdBETipos.EnumEntityType entityType, string entityKey);
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    System.String entityKey

    Constructors

    EditEntityRequestHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(StdBETipos.EnumEntityType, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(StdBETipos.EnumEntityType entityType, string entityKey, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    System.String entityKey
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(StdBETipos.EnumEntityType, String)

    Declaration
    public virtual void Invoke(StdBETipos.EnumEntityType entityType, string entityKey)
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    System.String entityKey