C# Class Postworthy.Tasks.Bot.Settings.FilterCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: postworthy/postworthy

Public Methods

Method Description
this ( int idx ) : Filter
this ( string key ) : Filter

Protected Methods

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

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

this() public method

public this ( int idx ) : Filter
idx int
return Filter

this() public method

public this ( string key ) : Filter
key string
return Filter