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

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

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