Public Member Functions | List of all members
AuditTrailRecord Class Reference

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...
 

Detailed Description

a record in design history audit trail.

See also
AuditTrailRecordType

Member Function Documentation

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.

Geth the type of change.

DGNPLATFORM_EXPORT WString GetUser ( ) const

Get the name of the user who made the change.


The documentation for this class was generated from the following file:

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.