Public Member Functions | List of all members
RevisionInfo Class Reference

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 RevisionInfooperator= (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...
 

Detailed Description

Documents a set of changes in design history.

Remarks
Required library : DgnPlatform<ApiNumber>.lib i.e. DgnPlatform5.lib

Constructor & Destructor Documentation

Member Function Documentation

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 &  )

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

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