C# Class System.Configuration.SettingsBase

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

Private Properties

Свойство Type Description
GetPropertiesFromProvider void
GetPropertyValueByName object
SaveCore void
SetPropertyValueByName void

Méthodes publiques

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

Méthodes protégées

Méthode Description
SettingsBase ( ) : System.Collections.Specialized

Private Methods

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

Method Details

Initialize() public méthode

public Initialize ( SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers ) : void
context SettingsContext
properties SettingsPropertyCollection
providers SettingsProviderCollection
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SettingsBase() protected méthode

protected SettingsBase ( ) : System.Collections.Specialized
Résultat System.Collections.Specialized

Synchronized() public static méthode

public static Synchronized ( SettingsBase settingsBase ) : SettingsBase
settingsBase SettingsBase
Résultat SettingsBase

this() public méthode

public this ( string propertyName ) : object
propertyName string
Résultat object