Interface IStdBSBot
Assembly: StdPlatBS100.dll
Syntax
[ComVisible(true)]
[Guid("9519834D-168D-4811-A815-71DB4C18192A")]
public interface IStdBSBot
Methods
AbreMensagemContexto(String, String)
Declaration
void AbreMensagemContexto(string strCategoria, string strFormulario = "")
Parameters
| Type |
Name |
Description |
| System.String |
strCategoria |
|
| System.String |
strFormulario |
|
Declaration
int CriaMensagem(string strTopico, string strTarefa, string strTexto, PrimaveraOrderedDictionary objAccoes, bool blnMostraJa)
Parameters
| Type |
Name |
Description |
| System.String |
strTopico |
|
| System.String |
strTarefa |
|
| System.String |
strTexto |
|
| Primavera.Platform.Collections.PrimaveraOrderedDictionary |
objAccoes |
|
| System.Boolean |
blnMostraJa |
|
Returns
| Type |
Description |
| System.Int32 |
|
CriaTarefa(String, String, String, String)
Declaration
bool CriaTarefa(string strTopico, string strIdTarefa, string strPipeline, string strParametros)
Parameters
| Type |
Name |
Description |
| System.String |
strTopico |
|
| System.String |
strIdTarefa |
|
| System.String |
strPipeline |
|
| System.String |
strParametros |
|
Returns
| Type |
Description |
| System.Boolean |
|
InicializaBot()
Declaration