Name | Description | |
---|---|---|
Id | Gets the unique id used for serialization purposes. | |
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. |
The following tables list the members exposed by BasePersistableObject.
Name | Description | |
---|---|---|
Id | Gets the unique id used for serialization purposes. | |
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. |
Name | Description | |
---|---|---|
BeginEdit | Brings the object in edit mode. | |
CancelEdit | Discards changes since the last BeginEdit call. | |
EndEdit | Overloaded. Finishes edit mode started by the BeginEdit method and updates a corresponding data source item. | |
FromXml | Overloaded. Loads an object from the specified System.Xml.XmlNode. | |
ToXml | Overloaded. Saves an object to the specified System.Xml.XmlWriter. |
Name | Description | |
---|---|---|
GetObjectData | A method called when serializing. | |
OnPropertyChanged | Fires property change notification. |