C# 클래스 CodeKing.SqlHarvester.Core.Configuration.HarvestConfigurationSection

The application settings which takes default values for the configurration file, but may be overriden at runtime with commandline args in some cases. delpoy service.
상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: TheCodeKing/SqlHarvester.Net

공개 메소드들

메소드 설명
ContainsKey ( string key ) : bool

Determines whether the dictionary contains the specified key.

IsReadOnly ( ) : bool

Gets a value indicating whether the object is read-only.

this ( string key ) : string

Validates this instance.

Gets the System.String with the specified key.

보호된 메소드들

메소드 설명
GetConfigurationProperty ( string key ) : ConfigurationProperty

Gets the configuration property.

GetConfigurationValue ( string key ) : object

Gets the configuration value without first verifying that the value exists.

SetConfigurationValue ( string key, object value ) : void

Sets the configuration value without first verifying that the value exists.

메소드 상세

ContainsKey() 공개 메소드

Determines whether the dictionary contains the specified key.
public ContainsKey ( string key ) : bool
key string The key.
리턴 bool

GetConfigurationProperty() 보호된 메소드

Gets the configuration property.
protected GetConfigurationProperty ( string key ) : ConfigurationProperty
key string The key.
리턴 System.Configuration.ConfigurationProperty

GetConfigurationValue() 보호된 메소드

Gets the configuration value without first verifying that the value exists.
protected GetConfigurationValue ( string key ) : object
key string The key.
리턴 object

IsReadOnly() 공개 메소드

Gets a value indicating whether the object is read-only.
public IsReadOnly ( ) : bool
리턴 bool

SetConfigurationValue() 보호된 메소드

Sets the configuration value without first verifying that the value exists.
protected SetConfigurationValue ( string key, object value ) : void
key string The key.
value object The value.
리턴 void

this() 공개 메소드

Validates this instance. Gets the System.String with the specified key.
public this ( string key ) : string
key string
리턴 string