C# 클래스 BetterCms.Configuration.CmsSearchConfigurationElement

상속: System.Configuration.ConfigurationElementCollection, ICmsSearchConfiguration
파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
Add ( BetterCms.Configuration.KeyValueElement element ) : void
GetValue ( string key ) : string
this ( int index ) : BetterCms.Configuration.KeyValueElement

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

비공개 메소드들

메소드 설명
ParseEnvironmentValue ( string value ) : string

메소드 상세

Add() 공개 메소드

public Add ( BetterCms.Configuration.KeyValueElement element ) : void
element BetterCms.Configuration.KeyValueElement
리턴 void

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

GetValue() 공개 메소드

public GetValue ( string key ) : string
key string
리턴 string

this() 공개 메소드

public this ( int index ) : BetterCms.Configuration.KeyValueElement
index int
리턴 BetterCms.Configuration.KeyValueElement