Class LayoutControlXmlSerializer
Provides the XML serialization functionality for RadLayoutControl.
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
RadLayoutControl
layoutControl
|
ComponentXmlSerializationInfo
componentSerializationInfo
|
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.Xml.XmlReader
reader
|
System.Collections.IList
toRead
|
System.Object
parent
|
System.ComponentModel.PropertyDescriptor
parentProperty
|
System.String
propertyToMatch
|
System.String
uniquePropertyValue
|
System.Collections.IList
existingInstancesToMatch
|
System.Int32
foundAtIndex
|
Returns
System.Object
|
Overrides
ProcessListOverride(XmlReader, Object, PropertyDescriptor, IList)
Declaration
protected override bool ProcessListOverride(XmlReader reader, object listOwner, PropertyDescriptor ownerProperty, IList list)
Parameters
System.Xml.XmlReader
reader
|
System.Object
listOwner
|
System.ComponentModel.PropertyDescriptor
ownerProperty
|
System.Collections.IList
list
|
Returns
System.Boolean
|
Overrides
SetPropertyValue(PropertyDescriptor, Object, Object)
Declaration
protected override void SetPropertyValue(PropertyDescriptor property, object propertyOwner, object value)
Parameters
System.ComponentModel.PropertyDescriptor
property
|
System.Object
propertyOwner
|
System.Object
value
|