C# Class Nimbus.Filtering.Conditions.MatchCondition

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

Méthodes publiques

Méthode Description
IsMatch ( object>.IDictionary messageProperties ) : bool
MatchCondition ( string propertyKey, object requiredValue ) : System

Private Methods

Méthode Description
ConvertToExpectedType ( object propertyValue, Type expectedType, object &actualValue ) : bool
TryConvert ( object propertyValue, Type expectedType, object &actualValue ) : bool
TryParse ( object propertyValue, Type expectedType, object &actualValue ) : bool

Method Details

IsMatch() public méthode

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

MatchCondition() public méthode

public MatchCondition ( string propertyKey, object requiredValue ) : System
propertyKey string
requiredValue object
Résultat System