C# Class IInteractive.WebConsole.BrowserCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Datei anzeigen Open project: iinteractive/IInteractive.WebTest

Public Methods

Method 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

Protected Methods

Method Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string elementName ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Method Details

Add() public method

public Add ( BrowserConfigElement url ) : void
url BrowserConfigElement
return void

BaseAdd() protected method

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void

BrowserCollection() public method

public BrowserCollection ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

CreateNewElement() protected method

protected CreateNewElement ( string elementName ) : ConfigurationElement
elementName string
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
return Object

IndexOf() public method

public IndexOf ( BrowserConfigElement url ) : int
url BrowserConfigElement
return int

Remove() public method

public Remove ( BrowserConfigElement url ) : void
url BrowserConfigElement
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : BrowserConfigElement
index int
return BrowserConfigElement

this() public method

public this ( string Name ) : BrowserConfigElement
Name string
return BrowserConfigElement