|
enum | Type { attributePresenceCheck,
attributeValueMatch,
textMatch,
numericRangeMatch
} |
|
|
| AttributeSearchCondition (const nx::kit::Json &json) |
|
| AttributeSearchCondition (const char *jsonData) |
|
template<typename T > |
| AttributeSearchCondition (const T &)=delete |
|
bool | operator== (const AttributeSearchCondition &) const |
|
nx::kit::Json | to_json () const |
|
|
static std::string | typeToString (Type type) |
|
static Type | typeFromString (const std::string &s) |
|
|
Type | type |
|
std::string | name |
|
std::string | value |
|
std::string | text |
|
bool | isNegative = false |
|
NumericRange | range |
|
The documentation for this struct was generated from the following files:
- src/nx/sdk/cloud_storage/helpers/data.h
- src/nx/sdk/cloud_storage/helpers/data.cpp