C# Class System.Configuration.SettingsProperty

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
SettingsProperty ( SettingsProperty propertyToCopy ) : System.Collections
SettingsProperty ( string name ) : System.Collections
SettingsProperty ( string name, Type propertyType, SettingsProvider provider, bool isReadOnly, object defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing ) : System.Collections

Method Details

SettingsProperty() public méthode

public SettingsProperty ( SettingsProperty propertyToCopy ) : System.Collections
propertyToCopy SettingsProperty
Résultat System.Collections

SettingsProperty() public méthode

public SettingsProperty ( string name ) : System.Collections
name string
Résultat System.Collections

SettingsProperty() public méthode

public SettingsProperty ( string name, Type propertyType, SettingsProvider provider, bool isReadOnly, object defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing ) : System.Collections
name string
propertyType System.Type
provider SettingsProvider
isReadOnly bool
defaultValue object
serializeAs SettingsSerializeAs
attributes SettingsAttributeDictionary
throwOnErrorDeserializing bool
throwOnErrorSerializing bool
Résultat System.Collections