The BasePersistableObject type exposes the following members.

Constructors

  NameDescription
Protected methodBasePersistableObject
Special constructor for deserialization.

Methods

  NameDescription
Public methodBeginEdit
Brings the object in edit mode.
Public methodCancelEdit
Discards changes since the last BeginEdit()()()() call.
Public methodEndEditOverloaded.
Public methodFromXmlOverloaded.
Protected methodGetObjectData
A method called when serializing.
Protected methodOnPropertyChanged
Overrides the default behavior.
Public methodToXmlOverloaded.

Properties

  NameDescription
Public propertyIsEdit
Indicates whether the object is in edit mode, which is started using the BeginEdit()()()() method.
Public propertyKey
Gets an array of objects representing the key of the BasePersistableObject.

See Also