Version

PersistenceManager Class Methods

For a list of all members of this type, see PersistenceManager members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetInstanceAsures that the PersistenceManager could have only once instance.  
Public MethodLoadCollectionRestores a collection of items from ControlData.  
Public MethodLoadComplexPropertyLoads an object from the data in the controlData param.  
Public MethodLoadControlLoads the persistence data for the specified object.  
Public MethodLoadPageLoads the persistence data for the specified page.  
Public MethodLoadSimplePropertySets a value to a property specified in the propertyData param.  
Public MethodSaveCollectionPropertyCreates ControlData for the specified collection.  
Public MethodSaveComplexPropertyCreates ControlData for the specified complex property.  
Public MethodSaveControlCreates ControlData for the specified object.  
Public MethodSaveControlByDefaultCreates ControlData for the specified object by saving simple properties to Properties and complex objects to ChildControls  
Public MethodSavePageSaves persistence data for the specified page.  
Public MethodSavePropertyCreates PropertyData for the specified property.  
Public MethodShouldSaveComplexPropertyDecides if a complex property should be persisted.  
Public MethodShouldSavePropertyDecides if a property should be persisted.  
Protected Methods
 NameDescription
Protected MethodIsIgnoredControlTypeDetermines whether the specified type should be ignored.  
See Also