PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSNavegador

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("4A38B758-5C27-46AF-9CA0-BF6ACB5913D5")]
    public interface IStdBSNavegador

    Properties

    AlturaJanelaPixel

    Declaration
    int AlturaJanelaPixel { get; }
    Property Value
    Type Description
    System.Int32

    ClasseBase

    Declaration
    object ClasseBase { set; }
    Property Value
    Type Description
    System.Object

    LarguraJanelaPixel

    Declaration
    int LarguraJanelaPixel { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    AbreListaAlternativa(Object, String)

    Declaration
    void AbreListaAlternativa(object objFormLista, string strQueryGuid)
    Parameters
    Type Name Description
    System.Object objFormLista
    System.String strQueryGuid

    ActualizaListas(Object, String)

    Declaration
    void ActualizaListas(object objForms, string strCategoria = "")
    Parameters
    Type Name Description
    System.Object objForms
    System.String strCategoria

    AdicionaNovoMenuFavorito(StdBETipos.EnumTipoAtalho, String, String, String, String, String, String)

    Declaration
    void AdicionaNovoMenuFavorito(StdBETipos.EnumTipoAtalho enuShortcutType, string strTitle, string strExecution, string strRecordKey = "", string strParameters = "", string strStartDirectory = "", string strExecutionMode = "")
    Parameters
    Type Name Description
    StdBE100.StdBETipos.EnumTipoAtalho enuShortcutType
    System.String strTitle
    System.String strExecution
    System.String strRecordKey
    System.String strParameters
    System.String strStartDirectory
    System.String strExecutionMode

    AplicaBrandingEstacoes(Object)

    Declaration
    void AplicaBrandingEstacoes(object TargetForm)
    Parameters
    Type Name Description
    System.Object TargetForm

    AplicaOpcoesNavegador()

    Declaration
    void AplicaOpcoesNavegador()

    AtualizaEstadoEmpresaNaCloud(EnterpriseCloudState)

    Declaration
    void AtualizaEstadoEmpresaNaCloud(EnterpriseCloudState Value)
    Parameters
    Type Name Description
    EnterpriseCloudState Value

    GetAplicacaoSuportada(String)

    Declaration
    bool GetAplicacaoSuportada(string strAbvtApl)
    Parameters
    Type Name Description
    System.String strAbvtApl
    Returns
    Type Description
    System.Boolean

    ResizeNavegador(Int32, Int32)

    Declaration
    void ResizeNavegador(int lngHeight, int lngWidth)
    Parameters
    Type Name Description
    System.Int32 lngHeight
    System.Int32 lngWidth

    SetFormParent(Int32, Int32, Int32)

    Declaration
    void SetFormParent(int lngParent, int lngLeft, int lngTop)
    Parameters
    Type Name Description
    System.Int32 lngParent
    System.Int32 lngLeft
    System.Int32 lngTop
    In This Article
    • Properties
      • AlturaJanelaPixel
      • ClasseBase
      • LarguraJanelaPixel
    • Methods
      • AbreListaAlternativa(Object, String)
      • ActualizaListas(Object, String)
      • AdicionaNovoMenuFavorito(StdBETipos.EnumTipoAtalho, String, String, String, String, String, String)
      • AplicaBrandingEstacoes(Object)
      • AplicaOpcoesNavegador()
      • AtualizaEstadoEmpresaNaCloud(EnterpriseCloudState)
      • GetAplicacaoSuportada(String)
      • ResizeNavegador(Int32, Int32)
      • SetFormParent(Int32, Int32, Int32)