Click or drag to resize
IAmlNode Interface
Represents a node of AML structure that can be rendered to AML

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public interface IAmlNode

The IAmlNode type exposes the following members.

Methods
  NameDescription
Public methodToAml
Render the node to a string
Public methodToAml(XmlWriter)
Write the node to the specified XmlWriter
Top
Extension Methods
  NameDescription
Public Extension MethodToXml
Renders an AML node to XML
(Defined by ItemExtensions.)
Top
See Also