PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSLista.AoAplicarFormatacaoCasasDecimaisHandler

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void AoAplicarFormatacaoCasasDecimaisHandler(string Tabela, string Campo, ref int CasasDecimais, ref string Formato);
    Parameters
    Type Name Description
    System.String Tabela
    System.String Campo
    System.Int32 CasasDecimais
    System.String Formato

    Constructors

    AoAplicarFormatacaoCasasDecimaisHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(String, String, ref Int32, ref String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string Tabela, string Campo, ref int CasasDecimais, ref string Formato, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String Tabela
    System.String Campo
    System.Int32 CasasDecimais
    System.String Formato
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(ref Int32, ref String, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref int CasasDecimais, ref string Formato, IAsyncResult result)
    Parameters
    Type Name Description
    System.Int32 CasasDecimais
    System.String Formato
    System.IAsyncResult result

    Invoke(String, String, ref Int32, ref String)

    Declaration
    public virtual void Invoke(string Tabela, string Campo, ref int CasasDecimais, ref string Formato)
    Parameters
    Type Name Description
    System.String Tabela
    System.String Campo
    System.Int32 CasasDecimais
    System.String Formato