The BasePersistableObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginEdit |
Brings the object in edit mode.
|
|
BeginEditInternal | ||
CancelEdit |
Discards changes since the last BeginEdit()()()() call.
|
|
EndEdit()()()() |
Finishes edit mode started by the BeginEdit()()()() method and
updates a corresponding data source item.
|
|
EndEdit(Boolean) | ||
Equals | (Inherited from Object.) | |
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.) |
|
FromXml(Stream) |
Loads an object from the specified Stream.
|
|
FromXml(XmlReader) |
Loads an object from the specified XmlReader.
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnPropertyChanged |
Overrides the default behavior.
|
|
ToString | (Inherited from Object.) | |
ToXml(Stream) |
Saves an object to the specified Stream.
|
|
ToXml(XmlWriter) |
Saves an object to the specified XmlWriter.
|
Properties
Name | Description | |
---|---|---|
IsEdit |
Indicates whether the object is in edit mode,
which is started using the BeginEdit()()()() method.
|
|
Key |
Gets an array of objects representing the key of the BasePersistableObject.
|