[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Eine Implementierung von IGraphStorage, welche mit XML-Daten arbeitet.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public class XmlGraphStorage : IGraphStorage
Visual Basic
Public Class XmlGraphStorage _
	Implements IGraphStorage
F#
type XmlGraphStorage =  
    class
        interface IGraphStorage
    end

Inheritance Hierarchy

System..::..Object
  DynamicNode.Core..::..XmlGraphStorage

See Also