C# Класс 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
Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

Описание методов

Add() публичный Метод

public Add ( tgConnectionElement connection ) : void
connection tgConnectionElement
Результат void

BaseAdd() защищенный Метод

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

CreateNewElement() защищенный Метод

protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
Результат Object

IndexOf() публичный Метод

public IndexOf ( tgConnectionElement connection ) : int
connection tgConnectionElement
Результат int

IsReadOnly() публичный Метод

public IsReadOnly ( ) : bool
Результат bool

Remove() публичный Метод

public Remove ( string name ) : void
name string
Результат void

Remove() публичный Метод

public Remove ( tgConnectionElement connection ) : void
connection tgConnectionElement
Результат void

RemoveAt() публичный Метод

public RemoveAt ( int index ) : void
index int
Результат void

tgConnectionsCollection() публичный Метод

public tgConnectionsCollection ( ) : System
Результат System

this() публичный Метод

public this ( int index ) : tgConnectionElement
index int
Результат tgConnectionElement

this() публичный Метод

public this ( string name ) : tgConnectionElement
name string
Результат tgConnectionElement