|
CFx SDK Documentation 2026 SP0
|
#include <DbTraceStore.h>
Public Member Functions | |
| OdTraceUserProfile () | |
| OdTraceUserProfile (const OdString &firstName, const OdString &lastName, const OdString &userName, const OdString &oxygenId=OdString::kEmpty) | |
| bool | isEmpty () |
Public Attributes | |
| OdString | m_firstName |
| OdString | m_lastName |
| OdString | m_userName |
| OdString | m_oxygenID |
| OdString | m_avatar |
| OdString | m_date |
This class represents user profile information. Corresponding C++ library: AcTrace
<group !!RECORDS_tdrawings_apiref>
Definition at line 52 of file DbTraceStore.h.
|
inline |
Builds an instance of the OdTraceUserProfile object.
Definition at line 57 of file DbTraceStore.h.
|
inline |
Builds an instance of the OdTraceUserProfile object.
| firstName | [in] String containing the first name |
| lastName | [in] String containing the last name |
| userName | [in] String containing the user name |
| oxygenId | [in [optional]] String containing the user unique hash code |
Definition at line 66 of file DbTraceStore.h.
|
inline |
Checks whether at least one of the required fields is empty.
Definition at line 74 of file DbTraceStore.h.
| OdString OdTraceUserProfile::m_avatar |
Definition at line 89 of file DbTraceStore.h.
| OdString OdTraceUserProfile::m_date |
Definition at line 90 of file DbTraceStore.h.
| OdString OdTraceUserProfile::m_firstName |
String containing the first name.
Definition at line 80 of file DbTraceStore.h.
| OdString OdTraceUserProfile::m_lastName |
String containing the last name.
Definition at line 82 of file DbTraceStore.h.
| OdString OdTraceUserProfile::m_oxygenID |
Optional. String containing the user unique hash code.
Definition at line 86 of file DbTraceStore.h.
| OdString OdTraceUserProfile::m_userName |
String containing the user name.
Definition at line 84 of file DbTraceStore.h.