Table of Contents

Class DataObject.XmlDictionaryItem

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

Represents a key-value pair used in XML serialization of dictionary items.

public class DataObject.XmlDictionaryItem
Inheritance
DataObject.XmlDictionaryItem

Constructors

XmlDictionaryItem()

Initializes a new instance of the DataObject.XmlDictionaryItem class.

XmlDictionaryItem(string, string)

Initializes a new instance of the DataObject.XmlDictionaryItem class with the specified key and value.

Properties

Key

Gets or sets the key of the dictionary item.

Value

Gets or sets the value of the dictionary item.