The BasePersistableObject type exposes the following members.

Methods

  Name Description
Public method BeginEdit
Brings the object in edit mode.
Public method CancelEdit
Discards changes since the last BeginEdit()()()() call.
Public method EndEdit
Finishes edit mode started by the BeginEdit()()()() method and updates a corresponding data source item.
Public method FromXml(Stream)
Loads an object from the specified Stream.
Public method FromXml(XmlNode)
Loads an object from the specified XmlNode.
Public method FromXml(XmlReader)
Loads an object from the specified XmlReader.
Public method ToXml(Stream)
Saves an object to the specified Stream.
Public method ToXml(XmlWriter)
Saves an object to the specified XmlWriter.

See Also