The following tables list the members exposed by ControlData.
Name | Description | |
---|---|---|
ControlData Constructor |
Name | Description | |
---|---|---|
ChildControls | Gets or sets a list of child ControlData objects for the current control. | |
ControlId | Gets or sets Control ID. | |
ControlTypeName | Gets or sets Control Type name. | |
HasChildControls | Determines if the current control contains any child controls. | |
Properties | Gets or sets a list of PropertyData objects for the current control. |
Name | Description | |
---|---|---|
FromJson | Deserializes the ControlData from a JSON string. | |
FromStream | Deserializes the ControlData from a Stream. | |
FromXml | Deserializes the ControlData from a XML string. | |
GetChildControlById | ||
RegisterTypes | Overridden. | |
ToJson | Serializes the PersistenceObject to JSON string. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject) | |
ToStream | Overloaded. Serializes the PersistenceObject to a MemoryStream. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject) | |
ToXml | Serializes the PersistenceObject to XML string. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject) |
Name | Description | |
---|---|---|
GetExtraTypes | Returns an array of types that should be serialized by XmlSerializer. (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject) | |
GetPersistenceDataXml | (Inherited from Infragistics.Web.UI.Framework.Persistence.PersistenceObject) |