Class LayoutControlXmlSerializer
Provides the XML serialization functionality for Rad
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LayoutControlXmlSerializer : ComponentXmlSerializer
Constructors
LayoutControlXmlSerializer(RadLayoutControl, ComponentXmlSerializationInfo)
Declaration
public LayoutControlXmlSerializer(RadLayoutControl layoutControl, ComponentXmlSerializationInfo componentSerializationInfo)
Parameters
Rad
|
Component
|
Methods
MatchExistingItem(XmlReader, IList, Object, PropertyDescriptor, String, String, IList, ref Int32)
Declaration
protected override object MatchExistingItem(XmlReader reader, IList toRead, object parent, PropertyDescriptor parentProperty, string propertyToMatch, string uniquePropertyValue, IList existingInstancesToMatch, ref int foundAtIndex)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Overrides
ProcessListOverride(XmlReader, Object, PropertyDescriptor, IList)
Declaration
protected override bool ProcessListOverride(XmlReader reader, object listOwner, PropertyDescriptor ownerProperty, IList list)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Overrides
SetPropertyValue(PropertyDescriptor, Object, Object)
Declaration
protected override void SetPropertyValue(PropertyDescriptor property, object propertyOwner, object value)
Parameters
System.
|
System.
|
System.
|