C# Класс Plovr.Configuration.JsonConfigsElement

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Защищенные методы

Метод Описание
CreateNewElement ( ) : ConfigurationElement

Create a new PlovrProjectElement.

GetElementKey ( ConfigurationElement element ) : object

We use the Id as the key in the web.config.

Описание методов

CreateNewElement() защищенный Метод

Create a new PlovrProjectElement.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

We use the Id as the key in the web.config.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Результат object