1using System.Threading.Tasks;
30 public override async Task
Parse(XmlElement Xml)
32 await base.Parse(Xml);
34 this.ConvertValueAttributeToElement<Source>(Xml,
true);
42 base.OnChildNodesUpdated();
44 this.source = this.GetValueElement<Source>();
Abstract base class for State-Machine action nodes.
Abstract base class for note authorization actions.
override async Task Parse(XmlElement Xml)
Parses the State-machine node.
override void OnChildNodesUpdated()
Method called whenever ChildNodes is updated.
NoteAuthorization()
Abstract base class for note authorization actions.