PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSCategoryInfo

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("EF0F4A53-468F-4C86-BB0C-8B66B8B52972")]
    public interface IStdBSCategoryInfo

    Properties

    MotorAplicacao

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

    Methods

    AtivaPainelInformacaoRelacionada(Form)

    Declaration
    void AtivaPainelInformacaoRelacionada(Form objForm)
    Parameters
    Type Name Description
    System.Windows.Forms.Form objForm

    ExisteContexto(String)

    Declaration
    bool ExisteContexto(string Contexto)
    Parameters
    Type Name Description
    System.String Contexto
    Returns
    Type Description
    System.Boolean

    ExisteContextoCategoria(String, String)

    Declaration
    bool ExisteContextoCategoria(string Contexto, string Categoria)
    Parameters
    Type Name Description
    System.String Contexto
    System.String Categoria
    Returns
    Type Description
    System.Boolean

    FechaCategoriaPainelInformacaoRelactionada(Object, String)

    Declaration
    void FechaCategoriaPainelInformacaoRelactionada(object ParentForm, string Categoria)
    Parameters
    Type Name Description
    System.Object ParentForm
    System.String Categoria

    LancaPainelInformacaoRelacionada(Form, String, String, Boolean)

    Declaration
    void LancaPainelInformacaoRelacionada(Form ParentForm, string Categoria, string ValorChave, bool MostraCategoria)
    Parameters
    Type Name Description
    System.Windows.Forms.Form ParentForm
    System.String Categoria
    System.String ValorChave
    System.Boolean MostraCategoria

    LancaPainelInformacaoRelacionadaEx(Form, String, PrimaveraOrderedDictionary, Boolean)

    Declaration
    void LancaPainelInformacaoRelacionadaEx(Form ParentForm, string Categoria, PrimaveraOrderedDictionary valores, bool MostraCategoria)
    Parameters
    Type Name Description
    System.Windows.Forms.Form ParentForm
    System.String Categoria
    Primavera.Platform.Collections.PrimaveraOrderedDictionary valores
    System.Boolean MostraCategoria

    ListaContextoCategoryInfo(String, String)

    Declaration
    StdBECategoriesInfo ListaContextoCategoryInfo(string Contexto, string Categoria)
    Parameters
    Type Name Description
    System.String Contexto
    System.String Categoria
    Returns
    Type Description
    StdBECategoriesInfo

    ReabrePainelInformacaoRelacionada()

    Declaration
    void ReabrePainelInformacaoRelacionada()

    ValorValoresChave(PrimaveraOrderedDictionary)

    Declaration
    string ValorValoresChave(PrimaveraOrderedDictionary valores)
    Parameters
    Type Name Description
    Primavera.Platform.Collections.PrimaveraOrderedDictionary valores
    Returns
    Type Description
    System.String