PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSGestaoDoc

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("A7AE72DA-70E4-45A4-B9A2-A08DC2EE0200")]
    public interface IStdBSGestaoDoc

    Properties

    InterfaceActivo

    Declaration
    bool InterfaceActivo { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AssociaDocumentos(String, String, String, String)

    Declaration
    bool AssociaDocumentos(string strIdDocumentos, string strId, string strEntidade = "", string strTipoDocumento = "")
    Parameters
    Type Name Description
    System.String strIdDocumentos
    System.String strId
    System.String strEntidade
    System.String strTipoDocumento
    Returns
    Type Description
    System.Boolean

    AssociaDocumentosEx(String, String, String, String, String)

    Declaration
    bool AssociaDocumentosEx(string strIdDocumentos, string strId, string strTipoEntidade = "", string strEntidade = "", string strTipoDocumento = "")
    Parameters
    Type Name Description
    System.String strIdDocumentos
    System.String strId
    System.String strTipoEntidade
    System.String strEntidade
    System.String strTipoDocumento
    Returns
    Type Description
    System.Boolean

    ConsultaDocumentos(String, String)

    Declaration
    bool ConsultaDocumentos(string strIdDocumentos, string strId)
    Parameters
    Type Name Description
    System.String strIdDocumentos
    System.String strId
    Returns
    Type Description
    System.Boolean

    InicializaModulo(String, String, Form, BarManager, String)

    Declaration
    bool InicializaModulo(string strId, string strNomeModulo, Form objForm, BarManager objABar, string strNomeBanda)
    Parameters
    Type Name Description
    System.String strId
    System.String strNomeModulo
    System.Windows.Forms.Form objForm
    DevExpress.XtraBars.BarManager objABar
    System.String strNomeBanda
    Returns
    Type Description
    System.Boolean

    RemoveAssociacao(ref String, String)

    Declaration
    bool RemoveAssociacao(ref string strIdDocumentos, string strId)
    Parameters
    Type Name Description
    System.String strIdDocumentos
    System.String strId
    Returns
    Type Description
    System.Boolean

    TerminaModulo(String)

    Declaration
    bool TerminaModulo(string strId)
    Parameters
    Type Name Description
    System.String strId
    Returns
    Type Description
    System.Boolean