C# Class Nimbus.Filtering.Conditions.AndCondition

Inheritance: IFilterCondition
显示文件 Open project: NimbusAPI/Nimbus Class Usage Examples

Public Methods

Method Description
AndCondition ( ) : System.Collections.Generic
IsMatch ( object>.IDictionary messageProperties ) : bool

Method Details

AndCondition() public method

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

IsMatch() public method

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