WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DictionarySerialize<TKey, TValue> - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DictionarySerialize<TKey, TValue>

    This class has been initialized to serialize the Dictionary that contains the index and height of the row.

    Inheritance
    System.Object
    System.Collections.Generic.Dictionary<TKey, TValue>
    DictionarySerialize<TKey, TValue>
    Implements
    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
    System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    System.Runtime.Serialization.IDeserializationCallback
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    System.Collections.Generic.Dictionary<TKey, TValue>.Add(TKey, TValue)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue>)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue>)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue>)
    System.Collections.Generic.Dictionary<TKey, TValue>.Clear()
    System.Collections.Generic.Dictionary<TKey, TValue>.ContainsKey(TKey)
    System.Collections.Generic.Dictionary<TKey, TValue>.ContainsValue(TValue)
    System.Collections.Generic.Dictionary<TKey, TValue>.GetEnumerator()
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>.GetEnumerator()
    System.Collections.Generic.Dictionary<TKey, TValue>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Collections.Generic.Dictionary<TKey, TValue>.OnDeserialization(System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.Remove(TKey)
    System.Collections.Generic.Dictionary<TKey, TValue>.TryGetValue(TKey, TValue)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[], System.Int32)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.get_Item(System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Add(System.Object, System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Contains(System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.GetEnumerator()
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Remove(System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.Comparer
    System.Collections.Generic.Dictionary<TKey, TValue>.Count
    System.Collections.Generic.Dictionary<TKey, TValue>.Keys
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IDictionary<TKey, TValue>.Keys
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Keys
    System.Collections.Generic.Dictionary<TKey, TValue>.Values
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IDictionary<TKey, TValue>.Values
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Values
    System.Collections.Generic.Dictionary<TKey, TValue>.Item[TKey]
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.IsReadOnly
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.IsFixedSize
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.IsReadOnly
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Keys
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Values
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Item[System.Object]
    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: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class DictionarySerialize<TKey, TValue> : Dictionary<TKey, TValue>, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IDictionary, ICollection, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, ISerializable, IDeserializationCallback, IXmlSerializable
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    DictionarySerialize()

    Declaration
    public DictionarySerialize()

    Methods

    GetSchema()

    Gets the XML schema.

    Declaration
    public XmlSchema GetSchema()
    Returns
    Type Description
    System.Xml.Schema.XmlSchema

    Null value since it is not implemented.

    ReadXml(XmlReader)

    Read the XML.

    Declaration
    public void ReadXml(XmlReader xmlreader)
    Parameters
    Type Name Description
    System.Xml.XmlReader xmlreader

    The xml reader to read.

    WriteXml(XmlWriter)

    Writes the XML.

    Declaration
    public void WriteXml(XmlWriter xmlwriter)
    Parameters
    Type Name Description
    System.Xml.XmlWriter xmlwriter

    The XML writer to write.

    Implements

    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    System.Runtime.Serialization.IDeserializationCallback
    System.Xml.Serialization.IXmlSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved