a record in design history audit trail. More...
#include <DgnHistory.h>
Public Member Functions | |
DGNPLATFORM_EXPORT WString | GetUser () const |
Get the name of the user who made the change. More... | |
DGNPLATFORM_EXPORT WString | GetDescription () const |
Get the description of the change. More... | |
DGNPLATFORM_EXPORT double | GetTime () const |
Get the time of the change. More... | |
DGNPLATFORM_EXPORT RevisionNumber | GetStartRevisionNumber () const |
Get the start of the range of revisions that were affected by the change. More... | |
DGNPLATFORM_EXPORT RevisionNumber | GetEndRevisionNumber () const |
Get the end of the range of revisions that were affected by the change. More... | |
DGNPLATFORM_EXPORT AuditTrailRecordType | GetType () const |
Geth the type of change. More... | |
a record in design history audit trail.
DGNPLATFORM_EXPORT WString GetDescription | ( | ) | const |
Get the description of the change.
DGNPLATFORM_EXPORT RevisionNumber GetEndRevisionNumber | ( | ) | const |
Get the end of the range of revisions that were affected by the change.
DGNPLATFORM_EXPORT RevisionNumber GetStartRevisionNumber | ( | ) | const |
Get the start of the range of revisions that were affected by the change.
DGNPLATFORM_EXPORT double GetTime | ( | ) | const |
Get the time of the change.
DGNPLATFORM_EXPORT AuditTrailRecordType GetType | ( | ) | const |
Geth the type of change.
DGNPLATFORM_EXPORT WString GetUser | ( | ) | const |
Get the name of the user who made the change.