C# Class System.Configuration.ProviderSettingsCollection

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

Méthodes publiques

Méthode Description
Add ( ProviderSettings provider ) : void
Clear ( ) : void
Remove ( String name ) : void
this ( int index ) : ProviderSettings
this ( string key ) : ProviderSettings

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Private Methods

Méthode Description
ProviderSettingsCollection ( ) : System

Method Details

Add() public méthode

public Add ( ProviderSettings provider ) : void
provider ProviderSettings
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : Object
element ConfigurationElement
Résultat Object

Remove() public méthode

public Remove ( String name ) : void
name String
Résultat void

this() public méthode

public this ( int index ) : ProviderSettings
index int
Résultat ProviderSettings

this() public méthode

public this ( string key ) : ProviderSettings
key string
Résultat ProviderSettings