C# Класс System.Configuration.ConfigurationValues

Наследование: System.Collections.Specialized.NameObjectCollectionBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AssociateContext void
ChangeSourceInfo void
Clear void
ConfigurationValues System
Contains bool
CreateConfigValue ConfigurationValue
GetConfigValue ConfigurationValue
GetConfigValue ConfigurationValue
GetKey string
GetSourceInfo PropertySourceInfo
IsInherited bool
IsModified bool
RetrieveFlags ConfigurationValueFlags
SetValue void
this object
this object

Приватные методы

Метод Описание
AssociateContext ( BaseConfigurationRecord configRecord ) : void
ChangeSourceInfo ( string key, PropertySourceInfo sourceInfo ) : void
Clear ( ) : void
ConfigurationValues ( ) : System
Contains ( string key ) : bool
CreateConfigValue ( object value, ConfigurationValueFlags valueFlags, PropertySourceInfo sourceInfo ) : ConfigurationValue
GetConfigValue ( int index ) : ConfigurationValue
GetConfigValue ( string key ) : ConfigurationValue
GetKey ( int index ) : string
GetSourceInfo ( string key ) : PropertySourceInfo
IsInherited ( string key ) : bool
IsModified ( string key ) : bool
RetrieveFlags ( string key ) : ConfigurationValueFlags
SetValue ( string key, object value, ConfigurationValueFlags valueFlags, PropertySourceInfo sourceInfo ) : void
this ( int index ) : object
this ( string key ) : object