RevisionInfo Class

Provides information about a specific revision of an application entity.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemRevisionInfo

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class RevisionInfo

The RevisionInfo type exposes the following members.

Properties
  NameDescription
Public propertyComment
Gets the check-in comment associated with the revision.
Public propertyCreatedBy
Gets information about the account which checked-in (or created) the revision.
Public propertyCreatedTime
Gets the time when the revision was checked in (or created).
Public propertyEntityId
Gets the ID of the entity corresponding to the revision.
Public propertyEntityName
Gets the name of the entity corresponding to the revision.
Public propertyFingerprint
Gets the fingerprint of the revision.
Public propertyNumber
Gets the revision number.
Top
See Also