|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
A single entry in the material passport transaction log. More...
#include <MaterialPassport.hpp>

Public Attributes | |
| TransactionType | type = TransactionType::property |
| Type of transaction (document or property change). | |
| std::string | guid |
| GUID of the changed document or property. | |
| std::string | edited_by |
| Who made the change. | |
| std::string | edited_date |
| Date of the change (ISO 8601). | |
| std::string | old_value |
| Previous value before the change. | |
| std::string | new_value |
| New value after the change. | |
A single entry in the material passport transaction log.
Records changes to either the document metadata or individual properties.
Definition at line 22 of file MaterialPassport.hpp.
| std::string reusex::core::TransactionLogEntry::edited_by |
| std::string reusex::core::TransactionLogEntry::edited_date |
Date of the change (ISO 8601).
Definition at line 37 of file MaterialPassport.hpp.
| std::string reusex::core::TransactionLogEntry::guid |
GUID of the changed document or property.
Definition at line 29 of file MaterialPassport.hpp.
| std::string reusex::core::TransactionLogEntry::new_value |
New value after the change.
Definition at line 45 of file MaterialPassport.hpp.
| std::string reusex::core::TransactionLogEntry::old_value |
Previous value before the change.
Definition at line 41 of file MaterialPassport.hpp.
| TransactionType reusex::core::TransactionLogEntry::type = TransactionType::property |
Type of transaction (document or property change).
Definition at line 25 of file MaterialPassport.hpp.