Documents a set of changes in design history. More...
#include <DgnHistory.h>
Public Member Functions | |
DGNPLATFORM_EXPORT | RevisionInfo () |
DGNPLATFORM_EXPORT | RevisionInfo (RevisionInfo const &) |
DGNPLATFORM_EXPORT RevisionInfo & | operator= (RevisionInfo const &) |
DGNPLATFORM_EXPORT | ~RevisionInfo () |
DGNPLATFORM_EXPORT WString | GetUser () const |
Get the name of the user who committed the changes that created this revision. More... | |
DGNPLATFORM_EXPORT WString | GetDescription () const |
Get the description of the changes as supplied by the user who committed the change. More... | |
DGNPLATFORM_EXPORT double | GetTime () const |
Get the time of day on the user's machine when the revision was created. More... | |
DGNPLATFORM_EXPORT RevisionNumber | GetRevisionNumber () const |
Get the RevisionNumber of this revision. More... | |
Documents a set of changes in design history.
DGNPLATFORM_EXPORT RevisionInfo | ( | RevisionInfo const & | ) |
DGNPLATFORM_EXPORT WString GetDescription | ( | ) | const |
Get the description of the changes as supplied by the user who committed the change.
DGNPLATFORM_EXPORT RevisionNumber GetRevisionNumber | ( | ) | const |
Get the RevisionNumber of this revision.
DGNPLATFORM_EXPORT double GetTime | ( | ) | const |
Get the time of day on the user's machine when the revision was created.
DGNPLATFORM_EXPORT WString GetUser | ( | ) | const |
Get the name of the user who committed the changes that created this revision.
DGNPLATFORM_EXPORT RevisionInfo& operator= | ( | RevisionInfo const & | ) |