SettingsDictionary - класс

Иерархия наследования
Object
  DictionaryString, String
    Orchard.ContentManagement.MetaData.ModelsSettingsDictionary

Пространство имён:  Orchard.ContentManagement.MetaData.Models
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public class SettingsDictionary : Dictionary<string, 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.)
В начало страницы
См. также