Contains methods that facilitate serializing and deserializing objects 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 andvalue to the specified parent node. |
||
Reads a boolean value with the specified name. |
||
Reads a MindFusion.Charting.Drawing.Brush object with the specified name. |
||
Reads all brushes. |
||
Reads a list of brushes. |
||
Reads a color with the specified name. |
||
Reads a list of dash styles. |
||
Reads an enum value with the specified name. |
||
Reads a float value with the specified name. |
||
Reads a list of floats. |
||
Reads an integer value with the specified name. |
||
Reads an object with the specified name. |
||
Reads a string value with the specified name. |
||
Reads a StringFormat object with the specified name. |
||
Writes a boolean value with the specified name. |
||
Writes a reference to the specified brush. The brushis registered within the internal hashtable forsubsequent serialization. |
||
Writes all currently accumulated brushes. |
||
Writes a list of brushes. |
||
Writes the specified color. |
||
Writes a list of colors. |
||
Writes a list of dash styles. |
||
Writes the specified enum value. |
||
Writes a float value with the specified name. |
||
Writes a list of floating-point numbers. |
||
Writes an integer value with the specified name. |
||
Writes the specified object under the specified name. |
||
Writes a string value with the specified name. |