Click or drag to resize

FileResolveRecord Class

Specifies how file resolve operations were completed or will potentially be completed.
Inheritance Hierarchy
SystemObject
  Perforce.P4FileResolveRecord

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax
public class FileResolveRecord

The FileResolveRecord type exposes the following members.

Constructors
  NameDescription
Public methodFileResolveRecord
Initializes a new instance of the FileResolveRecord class
Public methodFileResolveRecord(String)
Initializes a new instance of the FileResolveRecord class
Public methodFileResolveRecord(TaggedObject)
Initializes a new instance of the FileResolveRecord class
Public methodFileResolveRecord(FileAction, FileSpec, FileSpec)
Initializes a new instance of the FileResolveRecord class
Top
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromMergeInfo(P4ClientInfoMessageList)
Public methodStatic memberFromMergeInfo(String, String, String)
Public methodStatic memberFromResolveCmdTaggedOutput
Public methodStatic memberFromResolvedCmdTaggedOutput
Public methodFromTaggedOutput
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberMergeRecords
Public methodParse
Public methodToString (Inherited from Object.)
Top
See Also