Table of Contents

Class DataObject.XmlDictionaryItems

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a collection of dictionary items prepared for the serialized into XML format. Used in SerializeDataObject(Stream, object?, XmlWriterSettings?) for IDictionary serialization.

public class DataObject.XmlDictionaryItems
Inheritance
DataObject.XmlDictionaryItems

Constructors

XmlDictionaryItems()

Initializes a new instance of the DataObject.XmlDictionaryItems class.

XmlDictionaryItems(IDictionary, XmlWriterSettings?)

Initializes a new instance of the DataObject.XmlDictionaryItems class with the specified dictionary and optional XML writer settings.

Properties

AsDictionary

Gets the dictionary representation of the XML dictionary items.

DictionaryType

Gets or sets the type of the dictionary being serialized or deserialized.

Items

Gets or sets the collection of dictionary items.