The BasePersistableObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BasePersistableObject |
Special constructor for deserialization.
|
Methods
| Name | Description | |
|---|---|---|
| BeginEdit |
Brings the object in edit mode.
| |
| CancelEdit |
Discards changes since the last BeginEdit()()()() call.
| |
| EndEdit | Overloaded. | |
| FromXml | Overloaded. | |
| GetObjectData |
A method called when serializing.
| |
| OnPropertyChanged |
Overrides the default behavior.
| |
| ToXml | Overloaded. |
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.
|