C# Class Wave.Configuration.ConfigurationSection.MessageFilterConfigElement

Inheritance: System.Configuration.ConfigurationElement
Afficher le fichier Open project: WaveServiceBus/WaveServiceBus Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MessageFilterConfigElement ( ) : System.Collections.Generic
MessageFilterConfigElement ( string message, string type ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool

Method Details

MessageFilterConfigElement() public méthode

public MessageFilterConfigElement ( ) : System.Collections.Generic
Résultat System.Collections.Generic

MessageFilterConfigElement() public méthode

public MessageFilterConfigElement ( string message, string type ) : System.Collections.Generic
message string
type string
Résultat System.Collections.Generic

OnDeserializeUnrecognizedAttribute() protected méthode

protected OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool
name string
value string
Résultat bool