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

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

Private Properties

Свойство Тип Описание
CreateElement ConfigurationElement
DeserializeConfigSource void
DeserializeSection void
DoDeserializeSection void
GetRuntimeObject object
IsModified bool
ResetModified void

Защищенные методы

Метод Описание
ConfigurationSection ( ) : System.Collections
SerializeSection ( ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode ) : string

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

Метод Описание
CreateElement ( Type t ) : ConfigurationElement
DeserializeConfigSource ( string basePath ) : void
DeserializeSection ( XmlReader reader ) : void
DoDeserializeSection ( XmlReader reader ) : void
GetRuntimeObject ( ) : object
IsModified ( ) : bool
ResetModified ( ) : void

Описание методов

ConfigurationSection() защищенный метод

protected ConfigurationSection ( ) : System.Collections
Результат System.Collections

SerializeSection() защищенный метод

protected SerializeSection ( ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode ) : string
parentElement ConfigurationElement
name string
saveMode ConfigurationSaveMode
Результат string