ews-cpp  0.9
Public Member Functions | Protected Member Functions | List of all members
ews::search_expression Class Reference

Base-class for all search expressions. More...

#include <ews.hpp>

Inheritance diagram for ews::search_expression:
ews::and_ ews::contains ews::is_equal_to ews::is_greater_than ews::is_greater_than_or_equal_to ews::is_less_than ews::is_less_than_or_equal_to ews::is_not_equal_to ews::not_ ews::or_

Public Member Functions

std::string to_xml () const
 

Protected Member Functions

 search_expression (std::function< std::string()> &&func)
 
 search_expression (const char *term, property_path path, bool b)
 
 search_expression (const char *term, property_path path, int i)
 
 search_expression (const char *term, property_path path, const char *str)
 
 search_expression (const char *term, indexed_property_path path, const char *str)
 
 search_expression (const char *term, property_path path, date_time when)
 

Detailed Description

Base-class for all search expressions.

Search expressions are used to restrict the result set of a <FindItem/> operation.

E.g.


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