Search
XmlPersistContext Methods
 


 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