The BasePersistableObject type exposes the following members.

Methods

  Name Description
Public method BeginEdit
Brings the object in edit mode.
Protected method BeginEditInternal
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.
Protected method EndEdit(Boolean)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method FromXml(Stream)
Loads an object from the specified Stream.
Public method FromXml(XmlReader)
Loads an object from the specified XmlReader.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnPropertyChanged
Overrides the default behavior.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method ToXml(Stream)
Saves an object to the specified Stream.
Public method ToXml(XmlWriter)
Saves an object to the specified XmlWriter.

Properties

  Name Description
Public property IsEdit
Indicates whether the object is in edit mode, which is started using the BeginEdit()()()() method.
Public property Key
Gets an array of objects representing the key of the BasePersistableObject.

See Also