2using System.Threading.Tasks;
31 public override async Task
Parse(XmlElement Xml)
35 this.Parameter =
new T();
37 throw new Exception(
"Unable to import contract parameter.");
Abstract base class for contractual parameters
virtual async Task< bool > Import(XmlElement Xml)
Imports parameter values from its XML definition.
Abstract base class for state machine nodes representing a contract parameter of type T .
override async Task Parse(XmlElement Xml)
Parses the State-machine node.
ContractParameterNode()
Abstract base class for state machine nodes representing a contract parameter.
Abstract base class for State-Machine nodes.
Interface for State-Machine nodes