C# Class EzBus.Core.Config.SubscriptionCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: Zapote/EzBus

Public Methods

Method Description
Add ( ConfigurationElement element ) : void
this ( int index ) : SubscriptionElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public method

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

this() public method

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