Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / BasePersistableObject Class
Properties Methods


In This Topic
    BasePersistableObject Class Members
    In This Topic

    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 MethodOverloaded. Finishes edit mode started by the BeginEdit method and updates a corresponding data source item.  
    Public MethodOverloaded. Loads an object from the specified System.Xml.XmlReader.  
    Public MethodOverloaded. Saves an object to the specified System.Xml.XmlWriter.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires property change notification.  
    Top
    See Also