C# Class System.Configuration.SettingsProperty

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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 method

public SettingsProperty ( SettingsProperty propertyToCopy ) : System.Collections
propertyToCopy SettingsProperty
return System.Collections

SettingsProperty() public method

public SettingsProperty ( string name ) : System.Collections
name string
return System.Collections

SettingsProperty() public method

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
return System.Collections