C# Class Tiraggo.Interfaces.tgConnectionsCollection

This class serves as a collection for all of the connections in the EntitySpaces configuration section. See the .NET Framework class ConfigurationElementCollection
Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: BrewDawg/Tiraggo

Public Methods

Method Description
Add ( tgConnectionElement connection ) : void
Clear ( ) : void
IndexOf ( tgConnectionElement connection ) : int
IsReadOnly ( ) : bool
Remove ( string name ) : void
Remove ( tgConnectionElement connection ) : void
RemoveAt ( int index ) : void
tgConnectionsCollection ( ) : System
this ( int index ) : tgConnectionElement
this ( string name ) : tgConnectionElement

Protected Methods

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

Method Details

Add() public method

public Add ( tgConnectionElement connection ) : void
connection tgConnectionElement
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

GetElementKey() protected method

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

IndexOf() public method

public IndexOf ( tgConnectionElement connection ) : int
connection tgConnectionElement
return int

IsReadOnly() public method

public IsReadOnly ( ) : bool
return bool

Remove() public method

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

Remove() public method

public Remove ( tgConnectionElement connection ) : void
connection tgConnectionElement
return void

RemoveAt() public method

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

tgConnectionsCollection() public method

public tgConnectionsCollection ( ) : System
return System

this() public method

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

this() public method

public this ( string name ) : tgConnectionElement
name string
return tgConnectionElement