PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSLocks

    Classe utilizada para obter serviços e regras de negócio sobre Locks.

    Inheritance
    System.Object
    StdBSLocks
    Implements
    IStdBSLocks
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("274BD7FE-175D-4BE5-A862-47AAA4E90982")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSLocks : IStdBSLocks

    Properties

    Silencioso

    Modo Silencioso.

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

    Methods

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

    Bloqueia Registo.

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

    Identificador do Id do Lock.

    frmStdBaseForm Manutencao

    Objecto Manutenção.

    System.String Tabela

    Identificador da Tabela.

    System.Object[] Chave

    Conjunto de chaves.

    Returns
    Type Description
    System.String

    BloqueioAindaExiste(String, frmStdBaseForm)

    Verifica se ainda existe um Bloqueio.

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

    Identificador do Id do Lock.

    frmStdBaseForm Manutencao

    Objecto Manutenção.

    Returns
    Type Description
    System.Boolean

    Finalize()

    Finalizes an instance of the StdBSLocks class.

    Declaration
    protected void Finalize()

    LibertaRegisto(ref String, frmStdBaseForm)

    Liberta Registo.

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

    Identificador do Id do Lock.

    frmStdBaseForm Manutencao

    Objecto Manutenção.

    Implements

    IStdBSLocks