Encapsulates the serialized data for a property. More...
#include <kanzi/ui/node/concept/activity/activity_element_history.hpp>
Public Attributes | |
| AbstractPropertyType | propertyType |
| The property type. More... | |
| string | value |
| The property value. More... | |
Friends | |
| bool | operator!= (const SerializedActivityProperty &lhs, const SerializedActivityProperty &rhs) |
| Compares the values of two serialized Activity Properties to find out whether they are different. More... | |
| bool | operator== (const SerializedActivityProperty &lhs, const SerializedActivityProperty &rhs) |
| Compares the values of two serialized Activity Properties to find out whether they are identical. More... | |
Encapsulates the serialized data for a property.
|
friend |
Compares the values of two serialized Activity Properties to find out whether they are identical.
| lhs | The left-hand side of serialized Activity Property comparison. |
| rhs | The right-hand side of serialized Activity Property comparison. |
|
friend |
Compares the values of two serialized Activity Properties to find out whether they are different.
| lhs | The left-hand side of serialized Activity Property comparison. |
| rhs | The right-hand side of serialized Activity Property comparison. |
| AbstractPropertyType kanzi::ActivityElementHistory::SerializedActivityProperty::propertyType |
The property type.
| string kanzi::ActivityElementHistory::SerializedActivityProperty::value |
The property value.