C# Class EzBus.Core.Config.SubscriptionCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: Zapote/EzBus

Méthodes publiques

Méthode Description
Add ( ConfigurationElement element ) : void
this ( int index ) : SubscriptionElement

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public méthode

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

this() public méthode

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