[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Implementiert IPropertyWriter für die Transformation von Eigenschaften in XML.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  DynamicNode.Persistence..::..XmlPropertyWriter

See Also