C# Class Cinchcast.Roque.Core.Configuration.SubscriberCollection

Subscriber collection config element
Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: BlogTalkRadio/Roque

Public Methods

Method Description
this ( object key ) : SubscriberElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object
IsElementName ( string elementName ) : bool

Method Details

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

IsElementName() protected method

protected IsElementName ( string elementName ) : bool
elementName string
return bool

this() public method

public this ( object key ) : SubscriberElement
key object
return SubscriberElement