Version

PropertyData Class Members

The following tables list the members exposed by PropertyData.

Public Constructors
 NameDescription
Public ConstructorPropertyData Constructor  
Public Properties
 NameDescription
Public PropertyNameGets or sets the Name of the property.  
Public PropertyValueGets or sets the Value of the property.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromJsonDeserializes the PropertyData from a JSON string.  
Public Methodstatic (Shared in Visual Basic)FromStreamDeserializes the PropertyData from a Stream.  
Public Methodstatic (Shared in Visual Basic)FromXmlDeserializes the PropertyData from a XML string.  
Public MethodRegisterTypesOverloaded. Overridden.   
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