Kanzi  3.9.6
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 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...
 

Detailed Description

Encapsulates the serialized data for a property.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const SerializedActivityProperty lhs,
const SerializedActivityProperty rhs 
)
friend

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!=

bool operator!= ( const SerializedActivityProperty lhs,
const SerializedActivityProperty rhs 
)
friend

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: