C# Class IInteractive.WebConsole.BrowserCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: iinteractive/IInteractive.WebTest

Méthodes publiques

Méthode Description
Add ( BrowserConfigElement url ) : void
BrowserCollection ( ) : System
Clear ( ) : void
IndexOf ( BrowserConfigElement url ) : int
Remove ( BrowserConfigElement url ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : BrowserConfigElement
this ( string Name ) : BrowserConfigElement

Méthodes protégées

Méthode Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string elementName ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public méthode

public Add ( BrowserConfigElement url ) : void
url BrowserConfigElement
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

BrowserCollection() public méthode

public BrowserCollection ( ) : System
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

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

CreateNewElement() protected méthode

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

GetElementKey() protected méthode

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

IndexOf() public méthode

public IndexOf ( BrowserConfigElement url ) : int
url BrowserConfigElement
Résultat int

Remove() public méthode

public Remove ( BrowserConfigElement url ) : void
url BrowserConfigElement
Résultat void

Remove() public méthode

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

RemoveAt() public méthode

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

this() public méthode

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

this() public méthode

public this ( string Name ) : BrowserConfigElement
Name string
Résultat BrowserConfigElement