Kanzi 3.9.10
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.
 
string value
 The property value.
 

Friends

bool operator!= (const SerializedActivityProperty &lhs, const SerializedActivityProperty &rhs)
 Compares the values of two serialized Activity Properties to find out whether they are different.
 
bool operator== (const SerializedActivityProperty &lhs, const SerializedActivityProperty &rhs)
 Compares the values of two serialized Activity Properties to find out whether they are identical.
 

Detailed Description

Encapsulates the serialized data for a property.

Friends And Related Symbol Documentation

◆ operator==

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.

◆ operator!=

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

◆ propertyType

AbstractPropertyType kanzi::ActivityElementHistory::SerializedActivityProperty::propertyType

The property type.

◆ value

string kanzi::ActivityElementHistory::SerializedActivityProperty::value

The property value.


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