SerializableDictionaryTKey, TValue - класс |
Пространство имён: EleWise.ELMA.Serialization
[SerializableAttribute] public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, ISerializable
Тип 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.) |
| Имя | Описание | |
|---|---|---|
| KEY_NAME | ||
| VALUE_NAME |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |