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

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

Public Methods

Method Description
this ( object key ) : QueueElement

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 ) : QueueElement
key object
return QueueElement