C# 클래스 Plovr.Configuration.JsonConfigsElement

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: hikirsch/Plovr.NET

보호된 메소드들

메소드 설명
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