Show / Hide Table of Contents

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 Source

ToAml(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

Extension Methods

ItemExtensions.ToAml(IAmlNode, AmlWriterSettings)
ItemExtensions.ToAml(IAmlNode, XmlWriter)
ItemExtensions.ToXml(IAmlNode)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX