The following tables list the members exposed by AppPersistenceManager.
Name | Description | |
---|---|---|
SkipEmptyChild | If true, if properties and child objects are both null, the current objects is not persisted at all. Exception is a Behavior, since it can have only default values which will not be persisted, thought the behavior should be persisted (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) |
Name | Description | |
---|---|---|
HandlePage | Handles persistence for a whole page. This method should be called before or during page Init. | |
LoadCollection | Restores a collection of items from ControlData. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
LoadComplexProperty | Loads an object from the data in the controlData param. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
LoadControl | Loads the persistence data for the specified object. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
LoadPage | Loads the persistence data for the specified page. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
LoadSimpleProperty | Sets a value to a property specified in the propertyData param. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
SaveCollectionProperty | Creates ControlData for the specified collection. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
SaveComplexProperty | Creates ControlData for the specified complex property. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
SaveControl | Creates ControlData for the specified object. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
SaveControlByDefault | Creates ControlData for the specified object by saving simple properties to Properties and complex objects to ChildControls (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
SavePage | Saves persistence data for the specified page. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
SaveProperty | Creates PropertyData for the specified property. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
ShouldSaveComplexProperty | Decides if a complex property should be persisted. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
ShouldSaveProperty | Decides if a property should be persisted. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) |
Name | Description | |
---|---|---|
IsIgnoredControlType | Determines whether the specified type should be ignored. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceManager) | |
OnPersistenceLoaded | ||
OnPersistenceLoading | ||
OnPersistenceSaved | ||
OnPersistenceSaving |
Name | Description | |
---|---|---|
PersistenceLoaded | Occurs after all controls are loaded. | |
PersistenceLoading | Occurs before all controls are loaded. | |
PersistenceSaved | Occurs after all controls are saved. | |
PersistenceSaving | Occurs before page controls are saved. |