C# Class Wave.Configuration.ConfigurationSection.MessageFilterConfigElement

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

Private Properties

Property Type Description

Public Methods

Method Description
MessageFilterConfigElement ( ) : System.Collections.Generic
MessageFilterConfigElement ( string message, string type ) : System.Collections.Generic

Protected Methods

Method Description
OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool

Method Details

MessageFilterConfigElement() public method

public MessageFilterConfigElement ( ) : System.Collections.Generic
return System.Collections.Generic

MessageFilterConfigElement() public method

public MessageFilterConfigElement ( string message, string type ) : System.Collections.Generic
message string
type string
return System.Collections.Generic

OnDeserializeUnrecognizedAttribute() protected method

protected OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool
name string
value string
return bool