[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Liest Eigenschaften aus einer XML-Quelle.
Namespace: DynamicNode.PersistenceAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
[ObsoleteAttribute] public void ReadFromXml( XPathNavigator nav ) |
Visual Basic |
---|
<ObsoleteAttribute> _ Public Sub ReadFromXml ( _ nav As XPathNavigator _ ) |
F# |
---|
[<ObsoleteAttribute>] member ReadFromXml : nav:XPathNavigator -> unit |
Parameters
- nav
- Type: System.Xml.XPath..::..XPathNavigator
Der XPath-Navigator des XML-Elements wechlches die property-Elemente als Kinder besitzt.