Class StdBSPBot
Serviços públicos de gestão do Bot.
Inheritance
System.Object
StdBSPBot
Implements
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("B40D9F2C-6C43-4E25-B337-DBD68E36ED4F")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBSPBot : IStdBSPBot
Methods
CriaMensagem(String, String, String, PrimaveraOrderedDictionary, Boolean)
Este método cria a mensagem passada como parâmetro, no BOT.
Declaration
public 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)
Este método cria uma tarefa para execução no BOT, sem necessidade de confirmação (mensagem) pelo utilizador.
Declaration
public 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 |