C# Класс SimpleConfigSections.ConfigurationSectionForInterface

Наследование: System.Configuration.ConfigurationSection, IConfigValue, IBaseValueProvider
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConfigurationSectionForInterface ( Type interfaceType ) : System
Value ( PropertyInfo property ) : object
this ( PropertyInfo property ) : object

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

Метод Описание
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
DeserializeSection ( XmlReader reader ) : void
Init ( ) : void

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

ConfigurationSectionForInterface() публичный Метод

public ConfigurationSectionForInterface ( Type interfaceType ) : System
interfaceType System.Type
Результат System

DeserializeElement() защищенный Метод

protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader System.Xml.XmlReader
serializeCollectionKey bool
Результат void

DeserializeSection() защищенный Метод

protected DeserializeSection ( XmlReader reader ) : void
reader System.Xml.XmlReader
Результат void

Init() защищенный Метод

protected Init ( ) : void
Результат void

Value() публичный Метод

public Value ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
Результат object

this() публичный Метод

public this ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
Результат object