Search
XmlPersistContext Members
Properties Methods
 


Provides methods that read/write schedule data to and from XML.

The following tables list the members exposed by the XmlPersistContext type.

 Public Properties

  Name Description

document

AGets a reference to the Document object containing XML-serialized schedule contents.

schedule

Gets a reference to the Schedule object being serialized.

 Public Methods

  Name Description

addChildElement

Adds a new child node with the specified name and value to the specified parent node.

readBool

Reads a Boolean value with the specified name.

readDateTime

Reads a DateTime value with the specified name.

readFloat

Reads a floating-point number with the specified name.

readInt

Reads an integer number with the specified name.

readRecurrence

Reads a Recurrence object with the specified name.

readReminder

Reads a Reminder object with the specified name.

readString

Reads a string value with the specified name.

writeBool

Writes a Boolean value with the specified name.

writeDateTime

Writes a DateTime value with the specified name.

writeFloat

Writes a floating-point number with the specified name.

writeInt

Writes an integer number with the specified name.

writeRecurrence

Writes the specified Recurrence object as an XML element with the specified name and the specified parent.

writeReminder

Writes the specified Reminder object as an XML element with the specified name and the specified parent.

writeString

Writes a string value with the specified name.

 See Also