Contains helper methods for serialization of diagram contents to and from XML documents.
The following tables list the members exposed by the XmlPersistContext type.
Name | Description | |
---|---|---|
Initializes a new instance of the XmlPersistContext class. |
Name | Description | |
---|---|---|
Adds a new child node with the specified name and value to the specified parent node. |
||
Reads a Boolean value with the specified name. |
||
Reads a Brush object with the specified name. |
||
Reads a floating-point number with the specified name. |
||
Reads an image object with the specified name. |
||
Reads an integer number with the specified name. |
||
Reads a string value with the specified name. |
||
Writes a Boolean value with the specified name. |
||
Writes a reference to the specified brush. The brush is registered within the internal hashtable for subsequent serialization. |
||
Writes a floating-point number with the specified name. |
||
Writes a reference to the specified image. The image is registered within the internal hashtable for subsequent serialization. |
||
Writes an integer number with the specified name. |
||
Writes a string value with the specified name. |