BasePersistableObject Class Members
In This Topic
The following tables list the members exposed by BasePersistableObject.
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | BeginEdit | Brings the object in edit mode. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CancelEdit | Discards changes since the last BeginEdit call. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | EndEdit | Finishes edit mode started by the BeginEdit method and updates a corresponding data source item. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | FromXml | Overloaded. Loads an object from the specified System.Xml.XmlNode. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToXml | Overloaded. Saves an object to the specified System.Xml.XmlWriter. |
Top
See Also