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
Показать файл Открыть проект

Открытые методы

Метод Описание
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