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