PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSAnexos

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("088BDAA9-CDC0-4AC3-A86F-4585513E8F67")]
    public interface IStdBSAnexos

    Methods

    Actualiza(StdBEAnexo)

    Declaration
    void Actualiza(StdBEAnexo objAnexo)
    Parameters
    Type Name Description
    StdBEAnexo objAnexo

    AdicionaAnexo(StdBETipos.EnumTabelaAnexos, String, String)

    Declaration
    void AdicionaAnexo(StdBETipos.EnumTabelaAnexos enuTabela, string strFicheiro, string strChave)
    Parameters
    Type Name Description
    StdBETipos.EnumTabelaAnexos enuTabela
    System.String strFicheiro
    System.String strChave

    AdicionaAnexoSemDescricao(StdBETipos.EnumTabelaAnexos, String, String)

    Declaration
    void AdicionaAnexoSemDescricao(StdBETipos.EnumTabelaAnexos enuTabela, string strFicheiro, string strChave)
    Parameters
    Type Name Description
    StdBETipos.EnumTabelaAnexos enuTabela
    System.String strFicheiro
    System.String strChave

    CarregaLista(GridControl, StdBETipos.EnumTabelaAnexos, String, ImageList)

    Declaration
    void CarregaLista(GridControl objLista, StdBETipos.EnumTabelaAnexos enuTabela, string strChave, ImageList imgLst)
    Parameters
    Type Name Description
    DevExpress.XtraGrid.GridControl objLista
    StdBETipos.EnumTabelaAnexos enuTabela
    System.String strChave
    System.Windows.Forms.ImageList imgLst

    DaPercursoAnexo(String, StdBEAnexo, String)

    Declaration
    string DaPercursoAnexo(string strIdAnexo, StdBEAnexo objAnexo = null, string strNomeFicheiro = "")
    Parameters
    Type Name Description
    System.String strIdAnexo
    StdBEAnexo objAnexo
    System.String strNomeFicheiro
    Returns
    Type Description
    System.String

    FormataBarraFerramentas(Object, BarManager, Object)

    Declaration
    void FormataBarraFerramentas(dynamic objForm, BarManager objBar, object objContainer)
    Parameters
    Type Name Description
    System.Object objForm
    DevExpress.XtraBars.BarManager objBar
    System.Object objContainer

    FormataLista(ListView)

    Declaration
    void FormataLista(ListView objLista)
    Parameters
    Type Name Description
    System.Windows.Forms.ListView objLista

    FormataListaParametros(ListView, StdBEParamsAnexos)

    Declaration
    void FormataListaParametros(ListView objLista, StdBEParamsAnexos objParams)
    Parameters
    Type Name Description
    System.Windows.Forms.ListView objLista
    StdBEParamsAnexos objParams

    MostraAnexo(String)

    Declaration
    void MostraAnexo(string strPercAnexo)
    Parameters
    Type Name Description
    System.String strPercAnexo

    MostraPopup(Object)

    Declaration
    void MostraPopup(dynamic objForm)
    Parameters
    Type Name Description
    System.Object objForm

    Remove(String)

    Declaration
    void Remove(string strIdAnexo)
    Parameters
    Type Name Description
    System.String strIdAnexo

    RemoveAnexosTabela(StdBETipos.EnumTabelaAnexos, String)

    Declaration
    void RemoveAnexosTabela(StdBETipos.EnumTabelaAnexos enuTabela, string strChave)
    Parameters
    Type Name Description
    StdBETipos.EnumTabelaAnexos enuTabela
    System.String strChave