Version

PersistenceData Class Members

The following tables list the members exposed by PersistenceData.

Public Constructors
 NameDescription
Public ConstructorPersistenceData Constructor  
Public Properties
 NameDescription
Public PropertyControlsGets or sets a list of root level ControlData objects.  
Public PropertyDateCreatedCreation Date of the current object.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromJsonDeserializes the PersistenceData from a JSON string.  
Public Methodstatic (Shared in Visual Basic)FromStreamDeserializes the PersistenceObject from a Stream.  
Public Methodstatic (Shared in Visual Basic)FromXmlDeserializes the PersistenceObject from a XML string.  
Public MethodRegisterTypesOverridden.   
Public MethodToJsonSerializes the PersistenceObject to JSON string. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject)
Public MethodToStreamOverloaded. Serializes the PersistenceObject to a MemoryStream. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject)
Public MethodToXmlSerializes the PersistenceObject to XML string. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject)
Protected Methods
 NameDescription
Protected MethodGetExtraTypesReturns an array of types that should be serialized by XmlSerializer. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject)
Protected MethodGetPersistenceDataXml (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject)
See Also