C# Класс Nimbus.Filtering.Conditions.MatchCondition

Наследование: IFilterCondition
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsMatch ( object>.IDictionary messageProperties ) : bool
MatchCondition ( string propertyKey, object requiredValue ) : System

Приватные методы

Метод Описание
ConvertToExpectedType ( object propertyValue, Type expectedType, object &actualValue ) : bool
TryConvert ( object propertyValue, Type expectedType, object &actualValue ) : bool
TryParse ( object propertyValue, Type expectedType, object &actualValue ) : bool

Описание методов

IsMatch() публичный Метод

public IsMatch ( object>.IDictionary messageProperties ) : bool
messageProperties object>.IDictionary
Результат bool

MatchCondition() публичный Метод

public MatchCondition ( string propertyKey, object requiredValue ) : System
propertyKey string
requiredValue object
Результат System