PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSPainelNotificacoes

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("1D0C8176-B7CC-43D6-A9E6-23AA75BFC7E8")]
    public interface IStdBSPainelNotificacoes

    Methods

    FechaNotificacao(String)

    Declaration
    bool FechaNotificacao(string strId = "")
    Parameters
    Type Name Description
    System.String strId
    Returns
    Type Description
    System.Boolean

    FechaNotificacoes()

    Declaration
    void FechaNotificacoes()

    MostraAlerta(String, String, Boolean)

    Declaration
    string MostraAlerta(string strTitulo, string strAlerta, bool blnVolatil = false)
    Parameters
    Type Name Description
    System.String strTitulo
    System.String strAlerta
    System.Boolean blnVolatil
    Returns
    Type Description
    System.String

    MostraInformacao(String, String, Boolean)

    Declaration
    string MostraInformacao(string strTitulo, string strInformacao, bool blnVolatil = false)
    Parameters
    Type Name Description
    System.String strTitulo
    System.String strInformacao
    System.Boolean blnVolatil
    Returns
    Type Description
    System.String

    MostraMensagem(String, String, Boolean)

    Declaration
    string MostraMensagem(string strTitulo, string strMensagem, bool blnVolatil = false)
    Parameters
    Type Name Description
    System.String strTitulo
    System.String strMensagem
    System.Boolean blnVolatil
    Returns
    Type Description
    System.String

    MostraSucesso(String, String, Boolean)

    Declaration
    string MostraSucesso(string strTitulo, string strMensagem, bool blnVolatil = false)
    Parameters
    Type Name Description
    System.String strTitulo
    System.String strMensagem
    System.Boolean blnVolatil
    Returns
    Type Description
    System.String