PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSHybridCloudUiManager.NewEntityRequestHandler

    Delegate for event to signal the creation of a new entity from the search panel.

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

    Constructors

    NewEntityRequestHandler(Object, IntPtr)

    Declaration
    public NewEntityRequestHandler(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