C# Class Nimbus.Filtering.Conditions.NotCondition

Inheritance: IFilterCondition
Afficher le fichier Open project: NimbusAPI/Nimbus Class Usage Examples

Méthodes publiques

Méthode Description
IsMatch ( object>.IDictionary messageProperties ) : bool
NotCondition ( IFilterCondition conditionToNegate ) : System.Collections.Generic

Method Details

IsMatch() public méthode

public IsMatch ( object>.IDictionary messageProperties ) : bool
messageProperties object>.IDictionary
Résultat bool

NotCondition() public méthode

public NotCondition ( IFilterCondition conditionToNegate ) : System.Collections.Generic
conditionToNegate IFilterCondition
Résultat System.Collections.Generic