PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSLocks

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("46500554-28DE-40B4-85A2-3CFD141AE152")]
    public interface IStdBSLocks

    Properties

    Silencioso

    Declaration
    bool Silencioso { set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    BloqueiaRegisto(ref String, frmStdBaseForm, String, Object[])

    Declaration
    string BloqueiaRegisto(ref string IdLock, frmStdBaseForm Manutencao, string Tabela, params object[] Chave)
    Parameters
    Type Name Description
    System.String IdLock
    frmStdBaseForm Manutencao
    System.String Tabela
    System.Object[] Chave
    Returns
    Type Description
    System.String

    BloqueioAindaExiste(String, frmStdBaseForm)

    Declaration
    bool BloqueioAindaExiste(string IdLock, frmStdBaseForm Manutencao)
    Parameters
    Type Name Description
    System.String IdLock
    frmStdBaseForm Manutencao
    Returns
    Type Description
    System.Boolean

    LibertaRegisto(ref String, frmStdBaseForm)

    Declaration
    void LibertaRegisto(ref string IdLock, frmStdBaseForm Manutencao)
    Parameters
    Type Name Description
    System.String IdLock
    frmStdBaseForm Manutencao