C# Class IntegrationPatterns.Infrastructure.Configuraiton.ChannelsCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: HaishiBai/EnterpriseIntegrationPatterns

Méthodes publiques

Méthode Description
Add ( ChannelElement channel ) : void
ChannelsCollection ( ) : System
Clear ( ) : void
Remove ( ChannelElement channel ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : ChannelElement

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 ( ChannelElement channel ) : void
channel ChannelElement
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

ChannelsCollection() public méthode

public ChannelsCollection ( ) : System
Résultat System

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

Remove() public méthode

public Remove ( ChannelElement channel ) : void
channel ChannelElement
Résultat void

Remove() public méthode

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

RemoveAt() public méthode

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

this() public méthode

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