Click or drag to resize

Revision Class

A revision specifier that is a single revision.
Inheritance Hierarchy
SystemObject
  Perforce.P4VersionSpec
    Perforce.P4Revision

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class Revision : VersionSpec

The Revision type exposes the following members.

Constructors
  NameDescription
Public methodRevision(Int32)
A revision specifier that is a single revision.
Public methodRevision(String)
construct Revision from a string "#42" for instance
Top
Properties
  NameDescription
Public propertyRev
Top
Methods
  NameDescription
Public methodEquals
Equals method for for Revision
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
ToString method for for Revision
(Overrides VersionSpecToString.)
Top
See Also