C# 클래스 SimpleConfigSections.ConfigurationPropertyFactory

파일 보기 프로젝트 열기: miensol/SimpleConfigSections 1 사용 예제들

공개 메소드들

메소드 설명
Class ( PropertyInfo pi ) : ConfigurationProperty
ConfigurationPropertyFactory ( ) : System
Create ( ) : IConfigurationPropertyFactory
Interface ( PropertyInfo pi ) : ConfigurationProperty
Simple ( PropertyInfo pi ) : ConfigurationProperty

보호된 메소드들

메소드 설명
NewConfigurationProperty ( PropertyInfo pi, Type elementType ) : ConfigurationProperty

비공개 메소드들

메소드 설명
GetDefaultValue ( PropertyInfo member ) : object
GetOptions ( MemberInfo mi ) : ConfigurationPropertyOptions
GetValidator ( MemberInfo mi ) : ConfigurationValidatorBase

메소드 상세

Class() 공개 메소드

public Class ( PropertyInfo pi ) : ConfigurationProperty
pi System.Reflection.PropertyInfo
리턴 System.Configuration.ConfigurationProperty

ConfigurationPropertyFactory() 공개 메소드

public ConfigurationPropertyFactory ( ) : System
리턴 System

Create() 공개 정적인 메소드

public static Create ( ) : IConfigurationPropertyFactory
리턴 IConfigurationPropertyFactory

Interface() 공개 메소드

public Interface ( PropertyInfo pi ) : ConfigurationProperty
pi System.Reflection.PropertyInfo
리턴 System.Configuration.ConfigurationProperty

NewConfigurationProperty() 보호된 메소드

protected NewConfigurationProperty ( PropertyInfo pi, Type elementType ) : ConfigurationProperty
pi System.Reflection.PropertyInfo
elementType System.Type
리턴 System.Configuration.ConfigurationProperty

Simple() 공개 메소드

public Simple ( PropertyInfo pi ) : ConfigurationProperty
pi System.Reflection.PropertyInfo
리턴 System.Configuration.ConfigurationProperty