C# Class IInteractive.WebConsole.SeedCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Public Methods

Method Description
Add ( SeedConfigElement url ) : void
Clear ( ) : void
IndexOf ( SeedConfigElement url ) : int
Remove ( SeedConfigElement url ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
SeedCollection ( ) : System
this ( int index ) : SeedConfigElement
this ( string Name ) : SeedConfigElement

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 ( SeedConfigElement url ) : void
url SeedConfigElement
return void

BaseAdd() protected method

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

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 ( SeedConfigElement url ) : int
url SeedConfigElement
return int

Remove() public method

public Remove ( SeedConfigElement url ) : void
url SeedConfigElement
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

SeedCollection() public method

public SeedCollection ( ) : System
return System

this() public method

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

this() public method

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