Interface IAmlNode
Represents a node of AML structure that can be rendered to AML
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IAmlNode
Methods
| Improve this Doc View SourceToAml(XmlWriter, AmlWriterSettings)
Write the node to the specified System.Xml.XmlWriter as AML
Declaration
void ToAml(XmlWriter writer, AmlWriterSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Xml.XmlWriter | writer | System.Xml.XmlWriter to write the node to |
| AmlWriterSettings | settings | Settings controlling how the node is written |