All Classes Files Functions Variables Enumerations Enumerator Groups Pages
kerio::jsonapi::filters::FilterCondition Struct Reference

import "FiltersCommon.idl";

Public Attributes

FilterConditionType testedTarget
 some aspect of message that will be tested using selected comparator and against parameters
FilterComparatorType comparator
 type of target comparator (has to be set correctly, even for CtAttachment and CtAll - CcNoComparator)
kerio::web::StringList parameters
 zero, one or more values that will be used to compare to target using selected comparator

Detailed Description

Defines initial condition of filter rule. Filter's initial conditions are tested whenever we need find out whether filter should be applied or not.

Member Data Documentation

FilterComparatorType kerio::jsonapi::filters::FilterCondition::comparator

type of target comparator (has to be set correctly, even for CtAttachment and CtAll - CcNoComparator)

kerio::web::StringList kerio::jsonapi::filters::FilterCondition::parameters

zero, one or more values that will be used to compare to target using selected comparator

FilterConditionType kerio::jsonapi::filters::FilterCondition::testedTarget

some aspect of message that will be tested using selected comparator and against parameters


The documentation for this struct was generated from the following file: