|
ImagingTools Core SDK
|
#include <IEntityReference.h>
Inherits istd::IChangeable.
Public Member Functions | |
| virtual QString | GetEntityType () const =0 |
| virtual void | SetEntityType (const QString &entityType)=0 |
| virtual QByteArray | GetEntityId () const =0 |
| virtual void | SetEntityId (const QByteArray &entityId)=0 |
| virtual QString | GetDisplayName () const =0 |
| virtual void | SetDisplayName (const QString &displayName)=0 |
Interface for an entity reference embedded in a chat message.
Entity references allow linking any ImtCore domain object (user, license, product, etc.) directly within a message body.
Definition at line 20 of file IEntityReference.h.
|
pure virtual |
Get the human-readable display name for this reference.
|
pure virtual |
Get the unique identifier of the referenced entity.
|
pure virtual |
Get the type name of the referenced entity (e.g. "User", "License").
|
pure virtual |
Set the display name.
|
pure virtual |
Set the entity identifier.
|
pure virtual |
Set the entity type name.