1using System.Threading.Tasks;
36 public override async Task
Parse(XmlElement Xml)
38 await base.Parse(Xml);
58 base.OnChildNodesUpdated();
60 this.content = this.GetValueElement<Content>();
61 this.personal = this.GetValueElement<Personal>();
Abstract base class for State-Machine action nodes.
Abstract base class for note actions.
Note()
Abstract base class for note actions.
override void OnChildNodesUpdated()
Method called whenever ChildNodes is updated.
override async Task Parse(XmlElement Xml)
Parses the State-machine node.
Defines if a note is personal or not.
void ConvertValueAttributesToElements(XmlElement Xml, Type[] ValueTypes, bool[] Required)
Converts value attributes to parsed elements. The XML definition has to be parsed before,...