Contains methods that help serialize and deserialize schedule objects to and from XML documents.
The following tables list the members exposed by the XmlSerializationContext type.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the XmlSerializationContext class. |
Name | Description | |
---|---|---|
Overloaded. Adds a new child node to a specified parent node. |
||
Adds a SerializationContextListener to the context. (Inherited from SerializationContext.) |
||
Gets the class version of the currently deserialized item. |
||
Gets the format revision number of the file being loaded. (Inherited from SerializationContext.) |
||
Gets a reference to the schedule currently being serialized or deserialized. (Inherited from SerializationContext.) |
||
Gets the underlying XML document. |
||
Overloaded. Reads a boolean value with the specified name. |
||
Reads a Brush object with the specified name. |
||
Reads a byte value with the specified name. |
||
Reads a char value with the specified name. |
||
Reads a color with the specified name. |
||
Reads a color array with the specified name. |
||
Reads a CustomBrushes object with the specified name. |
||
Reads a DateTime object with the specified name. |
||
Reads a double value with the specified name. |
||
Reads an enumeration value with the specified name. |
||
Reads a float value with the specified name. |
||
Reads a float array with the specified name. |
||
Reads a Font object with the specified name. |
||
Reads a hash table object with the specified name. |
||
Reads an Image object with the specified name. |
||
Reads an integer value with the specified name. |
||
Reads a long value with the specified name. |
||
Reads an object with the specified name. |
||
Reads a Pen object with the specified name. |
||
Reads a Recurrence object with the specified name. |
||
Reads a Reminder object with the specified name. |
||
Reads a short value with the specified name. |
||
Reads a string value with the specified name. |
||
Reads a Style object with the specified name. |
||
Reads the specified tag for the specified object. |
||
Reads a TextFormat object with the specified name. |
||
Removes the specified SerializationContextListener from the context. (Inherited from SerializationContext.) |
||
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. |
||
Write a byte value with the specified name. |
||
Write a char value with the specified name. |
||
Writes the specified color. |
||
Writes the specified array. |
||
Writes the specified CustomBrushes object. |
||
Writes the specified DateTime object. |
||
Writes a double value with the specified name. |
||
Writes the specified enumeration value. |
||
Writes a float value with the specified name. |
||
Writes the specified array. |
||
Writes the specified font. |
||
Writes the specified hashtable. |
||
Writes a reference to the specified image. The image is registered within the internal hashtable for subsequent serialization. |
||
Writes an integer value with the specified name. |
||
Writes a long value with the specified name. |
||
Writes the specified object under the specified name. |
||
Writes the specified pen. |
||
Writes the specified Recurrence object. |
||
Writes the specified Reminder object. |
||
Writes a short value with the specified name. |
||
Writes a string value with the specified name. |
||
Writes the specified TextFormat object. |
||
Writes the specified Style object. |
||
Writes the specified tag of the specified object. |