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
Afficher le fichier Open project: BrewDawg/Tiraggo

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

Add() public méthode

public Add ( tgConnectionElement connection ) : void
connection tgConnectionElement
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
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

IndexOf() public méthode

public IndexOf ( tgConnectionElement connection ) : int
connection tgConnectionElement
Résultat int

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

Remove() public méthode

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

Remove() public méthode

public Remove ( tgConnectionElement connection ) : void
connection tgConnectionElement
Résultat void

RemoveAt() public méthode

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

tgConnectionsCollection() public méthode

public tgConnectionsCollection ( ) : System
Résultat System

this() public méthode

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

this() public méthode

public this ( string name ) : tgConnectionElement
name string
Résultat tgConnectionElement