C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BasePersistableObject Class
Properties Methods

BasePersistableObject Class Members

The following tables list the members exposed by BasePersistableObject.

Public Properties
 NameDescription
Public PropertyIndicates whether the object is in edit mode, which is started using the BeginEdit method.  
Public PropertyGets an array of objects representing the key of the BasePersistableObject.  
Top
Public Methods
 NameDescription
Public MethodBrings the object in edit mode.  
Public MethodDiscards changes since the last BeginEdit call.  
Public MethodFinishes edit mode started by the BeginEdit method and updates a corresponding data source item.  
Public MethodOverloaded. Loads an object from the specified System.Xml.XmlNode.  
Public MethodOverloaded. Saves an object to the specified System.Xml.XmlWriter.  
Top
See Also