Kanzi Engine API
kanzi::ActivityElementHistory::SerializedActivityProperty Struct Reference

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 ActivityElementHistory::SerializedActivityProperty &lhs, const ActivityElementHistory::SerializedActivityProperty &rhs)
 Compares the values of two serialized Activity Properties to find out whether they are different. More...
 
bool operator== (const ActivityElementHistory::SerializedActivityProperty &lhs, const ActivityElementHistory::SerializedActivityProperty &rhs)
 Compares the values of two serialized Activity Properties to find out whether they are identical. More...
 

Detailed Description

Encapsulates the serialized data for a property.

Friends And Related Function Documentation

Compares the values of two serialized Activity Properties to find out whether they are identical.

Parameters
lhsThe left-hand side of serialized Activity Property comparison.
rhsThe right-hand side of serialized Activity Property comparison.
Returns
If the serialized Activity Property information is identical, true, otherwise false.

Compares the values of two serialized Activity Properties to find out whether they are different.

Parameters
lhsThe left-hand side of serialized Activity Property comparison.
rhsThe right-hand side of serialized Activity Property comparison.
Returns
If the serialized Activity Property information is different, true, otherwise false.

Member Data Documentation

AbstractPropertyType kanzi::ActivityElementHistory::SerializedActivityProperty::propertyType

The property type.

string kanzi::ActivityElementHistory::SerializedActivityProperty::value

The property value.


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