[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
The XmlPropertyReader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XmlPropertyReader()()()() |
Initialisiert eine neue Instanz der Klasse XmlPropertyReader.
| |
| XmlPropertyReader(IDictionary<(Of <<'(String, PropertyWrapper>)>>)) |
Initialisiert eine neue Instanz der Klasse XmlPropertyReader
mit Hilfe von Standardwerten.
|
Methods
| Name | Description | |
|---|---|---|
| ContainsProperty |
Prüft ob die übergebene graphName contains property.
| |
| ReadFromXml(XmlElement) |
Liest Eigenschaften aus einer XML-Quelle.
| |
| ReadFromXml(XPathNavigator) | Obsolete.
Liest Eigenschaften aus einer XML-Quelle.
| |
| ReadPropertyAsBoolean |
Liest eine Eigenschaft als bool.
| |
| ReadPropertyAsByte |
Liest eine Eigenschaft als byte.
| |
| ReadPropertyAsDecimal |
Liest eine Eigenschaft als decimal.
| |
| ReadPropertyAsDouble |
Liest eine Eigenschaft als double.
| |
| ReadPropertyAsEnum(String, Enum, Type) |
Liest eine Eigenschaft als einen Enum-Wert.
| |
| ReadPropertyAsEnum<(Of <<'(T>)>>)(String, T) |
Liest eine Eigenschaft als einen Aufzählungswert.
| |
| ReadPropertyAsInt16 |
Liest eine Eigenschaft als short.
| |
| ReadPropertyAsInt32 |
Liest eine Eigenschaft als int.
| |
| ReadPropertyAsInt64 |
Liest eine Eigenschaft als long.
| |
| ReadPropertyAsObject |
Liest den Inhalt einer Eigenschaft als XML und deserialisiert damit
das übergebene Objekt.
| |
| ReadPropertyAsSingle |
Liest eine Eigenschaft als float.
| |
| ReadPropertyAsString |
Liest eine Eigenschaft als string.
| |
| ReadPropertyRaw |
Liest eine Eigenschaft als XML-Schnipsel.
|