C# Class System.Configuration.ProviderSettings

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

Private Properties

Свойство Type Description
GetProperty string
SetProperty bool
UpdatePropertyCollection bool

Méthodes publiques

Méthode Description
ProviderSettings ( ) : System
ProviderSettings ( String name, String type ) : System

Méthodes protégées

Méthode Description
IsModified ( ) : bool
OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
Reset ( ConfigurationElement parentElement ) : void
Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void

Private Methods

Méthode Description
GetProperty ( string PropName ) : string
SetProperty ( string PropName, string value ) : bool
UpdatePropertyCollection ( ) : bool

Method Details

IsModified() protected méthode

protected IsModified ( ) : bool
Résultat bool

OnDeserializeUnrecognizedAttribute() protected méthode

protected OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
name String
value String
Résultat bool

ProviderSettings() public méthode

public ProviderSettings ( ) : System
Résultat System

ProviderSettings() public méthode

public ProviderSettings ( String name, String type ) : System
name String
type String
Résultat System

Reset() protected méthode

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
Résultat void

Unmerge() protected méthode

protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void
sourceElement ConfigurationElement
parentElement ConfigurationElement
saveMode ConfigurationSaveMode
Résultat void