Definition of check that will be made on PIMItemIndex instances when comparing them. Each check checks single field of PIMItem, and based on its role, detects if items are totally different, or items are modified version of the same item.
More...
#include <PIMItemIndex.hpp>
Definition of check that will be made on PIMItemIndex instances when comparing them. Each check checks single field of PIMItem, and based on its role, detects if items are totally different, or items are modified version of the same item.
Enumerator |
---|
eKey |
Field is key, if it differs between PIMItemIndex they are considered as not matching
|
eConflict |
Field is conflict key, if it differs between PIMItemIndex it means that items are not the same
|
OpenAB::PIMItemIndex::PIMItemCheck::PIMItemCheck |
( |
const std::string & |
name, |
|
|
eFieldRole |
role |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | name | name of field to be checked |
[in] | role | role of field |
OpenAB::PIMItemIndex::PIMItemCheck::~PIMItemCheck |
( |
| ) |
|
|
inline |
bool OpenAB::PIMItemIndex::PIMItemCheck::enabled |
std::string OpenAB::PIMItemIndex::PIMItemCheck::fieldName |
eFieldRole OpenAB::PIMItemIndex::PIMItemCheck::fieldRole |
The documentation for this struct was generated from the following file: