C# Class Nimbus.Filtering.Conditions.MatchCondition

Inheritance: IFilterCondition
Mostrar archivo Open project: NimbusAPI/Nimbus Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public IsMatch ( object>.IDictionary messageProperties ) : bool
messageProperties object>.IDictionary
return bool

MatchCondition() public method

public MatchCondition ( string propertyKey, object requiredValue ) : System
propertyKey string
requiredValue object
return System