PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSHybridCloudUiManager.UpdateEntityRequestHandler

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

    Namespace: StdPlatBS100.ServiceClasses
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void UpdateEntityRequestHandler(StdBETipos.EnumEntityType entityType, StdBEVatNumberInfo vatNumberInfo);
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    StdBEVatNumberInfo vatNumberInfo

    Constructors

    UpdateEntityRequestHandler(Object, IntPtr)

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

    Methods

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

    Declaration
    public virtual IAsyncResult BeginInvoke(StdBETipos.EnumEntityType entityType, StdBEVatNumberInfo vatNumberInfo, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    StdBEVatNumberInfo vatNumberInfo
    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, StdBEVatNumberInfo)

    Declaration
    public virtual void Invoke(StdBETipos.EnumEntityType entityType, StdBEVatNumberInfo vatNumberInfo)
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    StdBEVatNumberInfo vatNumberInfo