Show / Hide Table of Contents

Class DgmlExporter

Denotes a helper class to export DDG nodes as DGML

Inheritance
object
DgmlExporter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Expressions.Debug
Assembly: NMF.Expressions.Debug.dll
Syntax
public class DgmlExporter

Methods

| Edit this page View Source

Export(INotifiable)

Generates a DGML document for the DDG rooted at the given element

Declaration
public static string Export(INotifiable root)
Parameters
Type Name Description
INotifiable root

The rrot of the DDG

Returns
Type Description
string

The DGML document

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX