C# 클래스 SimpleConfigSections.ConfigurationSectionForInterface

상속: System.Configuration.ConfigurationSection, IConfigValue, IBaseValueProvider
파일 보기 프로젝트 열기: miensol/SimpleConfigSections 1 사용 예제들

공개 메소드들

메소드 설명
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