SerializableDictionaryTKey, TValue - класс

Сериализуемый словарь
Иерархия наследования
Object
  DictionaryTKey, TValue
    EleWise.ELMA.SerializationSerializableDictionaryTKey, TValue

Пространство имён:  EleWise.ELMA.Serialization
Сборка:  EleWise.ELMA.SDK (в EleWise.ELMA.SDK.dll) Версия: 1.0.0.0
Синтаксис
C#
[SerializableAttribute]
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, 
	ISerializable

Параметры типа

TKey
Тип ключа
TValue
Тип значения

Тип SerializableDictionaryTKey, TValue предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоComparer
Gets the IEqualityComparer that is used to determine equality of keys for the dictionary.
(Унаследован от DictionaryTKey, TValue.)
Открытое свойствоCount
Gets the number of key/value pairs contained in the Dictionary.
(Унаследован от DictionaryTKey, TValue.)
Открытое свойствоItem
Gets or sets the value associated with the specified key.
(Унаследован от DictionaryTKey, TValue.)
Открытое свойствоKeys
Gets a collection containing the keys in the Dictionary.
(Унаследован от DictionaryTKey, TValue.)
Открытое свойствоValues
Gets a collection containing the values in the Dictionary.
(Унаследован от DictionaryTKey, TValue.)
В начало страницы
Методы
  ИмяОписание
Открытый методAdd
Adds the specified key and value to the dictionary.
(Унаследован от DictionaryTKey, TValue.)
Открытый методClear
Removes all keys and values from the Dictionary.
(Унаследован от DictionaryTKey, TValue.)
Открытый методClone
Открытый методContainsKey
Determines whether the Dictionary contains the specified key.
(Унаследован от DictionaryTKey, TValue.)
Открытый методContainsValue
Determines whether the Dictionary contains a specific value.
(Унаследован от DictionaryTKey, TValue.)
Открытый методСтатический членDeserializeByBinary
Открытый методGetEnumerator
Returns an enumerator that iterates through the Dictionary.
(Унаследован от DictionaryTKey, TValue.)
Открытый методGetObjectData
Implements the ISerializable interface and returns the data needed to serialize the Dictionary instance.
(Унаследован от DictionaryTKey, TValue.)
Открытый методOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Унаследован от DictionaryTKey, TValue.)
Открытый методRemove
Removes the value with the specified key from the Dictionary.
(Унаследован от DictionaryTKey, TValue.)
Открытый методSerializeByBinary
Открытый методTryGetValue
Gets the value associated with the specified key.
(Унаследован от DictionaryTKey, TValue.)
В начало страницы
Поля
Методы расширения
  ИмяОписание
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также