C# 클래스 System.Configuration.ConfigurationProperty

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConfigurationProperty System
ConstructorInit void
ConvertFromString Object
ConvertToString string
CreateConverter void
InitDefaultValueFromTypeInfo void
SetDefaultValue void
Validate void
ValidatePropertyName void

공개 메소드들

메소드 설명
ConfigurationProperty ( String name, Type type ) : System
ConfigurationProperty ( String name, Type type, Object defaultValue ) : System
ConfigurationProperty ( String name, Type type, Object defaultValue, ConfigurationPropertyOptions options ) : System
ConfigurationProperty ( String name, Type type, Object defaultValue, TypeConverter typeConverter, ConfigurationValidatorBase validator, ConfigurationPropertyOptions options ) : System
ConfigurationProperty ( String name, Type type, Object defaultValue, TypeConverter typeConverter, ConfigurationValidatorBase validator, ConfigurationPropertyOptions options, string description ) : System

비공개 메소드들

메소드 설명
ConfigurationProperty ( PropertyInfo info ) : System
ConstructorInit ( string name, Type type, ConfigurationPropertyOptions options, ConfigurationValidatorBase validator, TypeConverter converter ) : void
ConvertFromString ( string value ) : Object
ConvertToString ( Object value ) : string
CreateConverter ( ) : void
InitDefaultValueFromTypeInfo ( ConfigurationPropertyAttribute attribProperty, DefaultValueAttribute attribStdDefault ) : void
SetDefaultValue ( object value ) : void
Validate ( object value ) : void
ValidatePropertyName ( string name ) : void

메소드 상세

ConfigurationProperty() 공개 메소드

public ConfigurationProperty ( String name, Type type ) : System
name String
type System.Type
리턴 System

ConfigurationProperty() 공개 메소드

public ConfigurationProperty ( String name, Type type, Object defaultValue ) : System
name String
type System.Type
defaultValue Object
리턴 System

ConfigurationProperty() 공개 메소드

public ConfigurationProperty ( String name, Type type, Object defaultValue, ConfigurationPropertyOptions options ) : System
name String
type System.Type
defaultValue Object
options ConfigurationPropertyOptions
리턴 System

ConfigurationProperty() 공개 메소드

public ConfigurationProperty ( String name, Type type, Object defaultValue, TypeConverter typeConverter, ConfigurationValidatorBase validator, ConfigurationPropertyOptions options ) : System
name String
type System.Type
defaultValue Object
typeConverter System.ComponentModel.TypeConverter
validator ConfigurationValidatorBase
options ConfigurationPropertyOptions
리턴 System

ConfigurationProperty() 공개 메소드

public ConfigurationProperty ( String name, Type type, Object defaultValue, TypeConverter typeConverter, ConfigurationValidatorBase validator, ConfigurationPropertyOptions options, string description ) : System
name String
type System.Type
defaultValue Object
typeConverter System.ComponentModel.TypeConverter
validator ConfigurationValidatorBase
options ConfigurationPropertyOptions
description string
리턴 System