C# Class CustomConfigurations.ConfigurationGroupCollection

holds the collection of all configuraiton groups, i.e. all clients, the name attribute for each group is the key to the collection
Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: twistedtwig/CustomConfigurations Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ConfigurationGroupElement item ) : void
Clear ( ) : void
IsReadOnly ( ) : bool
Remove ( ConfigurationGroupElement g ) : void
Remove ( int index ) : void
this ( int index ) : ConfigurationGroupElement
this ( string key ) : ConfigurationGroupElement

Méthodes protégées

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

Method Details

Add() public méthode

public Add ( ConfigurationGroupElement item ) : void
item ConfigurationGroupElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

Remove() public méthode

public Remove ( ConfigurationGroupElement g ) : void
g ConfigurationGroupElement
Résultat void

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void

this() public méthode

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

this() public méthode

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