C# Class System.Configuration.SettingsBase

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetPropertiesFromProvider void
GetPropertyValueByName object
SaveCore void
SetPropertyValueByName void

Public Methods

Method Description
Initialize ( SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers ) : void
Save ( ) : void
Synchronized ( SettingsBase settingsBase ) : SettingsBase
this ( string propertyName ) : object

Protected Methods

Method Description
SettingsBase ( ) : System.Collections.Specialized

Private Methods

Method Description
GetPropertiesFromProvider ( SettingsProvider provider ) : void
GetPropertyValueByName ( string propertyName ) : object
SaveCore ( ) : void
SetPropertyValueByName ( string propertyName, object propertyValue ) : void

Method Details

Initialize() public method

public Initialize ( SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers ) : void
context SettingsContext
properties SettingsPropertyCollection
providers SettingsProviderCollection
return void

Save() public method

public Save ( ) : void
return void

SettingsBase() protected method

protected SettingsBase ( ) : System.Collections.Specialized
return System.Collections.Specialized

Synchronized() public static method

public static Synchronized ( SettingsBase settingsBase ) : SettingsBase
settingsBase SettingsBase
return SettingsBase

this() public method

public this ( string propertyName ) : object
propertyName string
return object