C# Class BetterCms.Configuration.CmsSearchConfigurationElement

Inheritance: System.Configuration.ConfigurationElementCollection, ICmsSearchConfiguration
显示文件 Open project: devbridge/BetterCMS

Public Methods

Method Description
Add ( BetterCms.Configuration.KeyValueElement element ) : void
GetValue ( string key ) : string
this ( int index ) : BetterCms.Configuration.KeyValueElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Method Description
ParseEnvironmentValue ( string value ) : string

Method Details

Add() public method

public Add ( BetterCms.Configuration.KeyValueElement element ) : void
element BetterCms.Configuration.KeyValueElement
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

GetValue() public method

public GetValue ( string key ) : string
key string
return string

this() public method

public this ( int index ) : BetterCms.Configuration.KeyValueElement
index int
return BetterCms.Configuration.KeyValueElement