Go to the source code of this file.
Classes | |
class | RevisionNumber |
A history revision number. More... | |
class | CommitInfo |
Associates a user name and a description with a set of changes recorded in design history. More... | |
class | RevisionInfo |
Documents a set of changes in design history. More... | |
class | AuditTrailRecord |
a record in design history audit trail. More... | |
struct | IElementChangeProcessor |
Interface for an element that processes element changes in design history. More... | |
struct | XAUniqueId |
Uniquely identifies an XAttribute within an element. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Bentley::DgnPlatform::DgnHistory | |
Contains classes for accessing Design History within a DgnFile. The most important class is Bentley::DgnPlatform::DgnHistory::DesignHistory. See Design History. | |
Typedefs | |
typedef bvector< RevisionInfo > | T_RevisionInfoVector |
Enumerations | |
enum | AuditTrailRecordType { AUDIT_TRAIL_RECORD_TYPE_CombineRevisions =0, AUDIT_TRAIL_RECORD_TYPE_RetireRevisions =1, AUDIT_TRAIL_RECORD_TYPE_ChangeDescription =2, AUDIT_TRAIL_RECORD_TYPE_ChangeUser =3, AUDIT_TRAIL_RECORD_TYPE_MakeShared =4, AUDIT_TRAIL_RECORD_TYPE_Create =5 } |
Type of record in design history audit trail. More... | |