2using System.Threading.Tasks;
38 public override async Task
Parse(XmlElement Xml)
40 await base.Parse(Xml);
60 base.OnChildNodesUpdated();
62 this.to = this.GetValueElement<To>();
63 this.content = this.GetValueElement<Notes.Content>();
Abstract base class for State-Machine action nodes.
Abstract base class for XMPP operations.
override async Task Parse(XmlElement Xml)
Parses the State-machine node.
XmppOperation()
Abstract base class for XMPP operations.
Notes.Content Content
Content value
override void OnChildNodesUpdated()
Method called whenever ChildNodes is updated.
Defines to whom a payment (or message) is sent.
void ConvertValueAttributesToElements(XmlElement Xml, Type[] ValueTypes, bool[] Required)
Converts value attributes to parsed elements. The XML definition has to be parsed before,...