C# Class Wave.Configuration.ConfigurationSection.MessageFiltersCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: WaveServiceBus/WaveServiceBus Class Usage Examples

Public Methods

Method Description
Add ( string message, string type ) : void
this ( int index ) : MessageFilterConfigElement

Protected Methods

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

Method Details

Add() public method

public Add ( string message, string type ) : void
message string
type string
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 ) : MessageFilterConfigElement
index int
return MessageFilterConfigElement