Interface IStdBSLocks
Assembly: StdPlatBS100.dll
Syntax
[ComVisible(true)]
[Guid("46500554-28DE-40B4-85A2-3CFD141AE152")]
public interface IStdBSLocks
Properties
Silencioso
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
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 |
|
Declaration
bool BloqueioAindaExiste(string IdLock, frmStdBaseForm Manutencao)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
void LibertaRegisto(ref string IdLock, frmStdBaseForm Manutencao)
Parameters