Class DockXmlSerializerBase
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.Docking.Serialization
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockXmlSerializerBase : ComponentXmlSerializer
Constructors
DockXmlSerializerBase(RadDock, ComponentXmlSerializationInfo)
Creates a new instance of DockXmlSerializer
Declaration
public DockXmlSerializerBase(RadDock dock, ComponentXmlSerializationInfo componentSerializationInfo)
Parameters
RadDock
dock
RadDock component that is used to write DockWindow states and info or to map existing DockWindows when deserializing |
ComponentXmlSerializationInfo
componentSerializationInfo
Serialization info. By default XmlSerializationInfo could be used. |
Properties
Dock
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
|