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 (26.2.0.1000)
Syntax
public class RevisionInfo

The RevisionInfo type exposes the following members.

Properties
 NameDescription
Public propertyCommentGets the check-in comment associated with the revision.
Public propertyCreatedByGets information about the account which checked-in (or created) the revision.
Public propertyCreatedTimeGets the time when the revision was checked in (or created).
Public propertyEntityIdGets the ID of the entity corresponding to the revision.
Public propertyEntityNameGets the name of the entity corresponding to the revision.
Public propertyFingerprintGets the fingerprint of the revision.
Public propertyNumberGets the revision number.
Top
See Also