C# Class Plovr.Configuration.JsonConfigsElement

Inheritance: System.Configuration.ConfigurationElementCollection
Exibir arquivo Open project: hikirsch/Plovr.NET

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement

Create a new PlovrProjectElement.

GetElementKey ( ConfigurationElement element ) : object

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

Method Details

CreateNewElement() protected method

Create a new PlovrProjectElement.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

We use the Id as the key in the web.config.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object