Click or drag to resize

FileIntegrationRecord Class

Represents submitted or pending integrations.
Inheritance Hierarchy
SystemObject
  Perforce.P4FileIntegrationRecord

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

The FileIntegrationRecord type exposes the following members.

Constructors
  NameDescription
Public methodFileIntegrationRecord
Initializes a new instance of the FileIntegrationRecord class
Public methodFileIntegrationRecord(FileSpec, FileSpec, IntegrateAction, Int32)
Initializes a new instance of the FileIntegrationRecord class
Top
Properties
  NameDescription
Public propertyChangeId
Public propertyFromFile
Public propertyHow
Public propertyToFile
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromIntegratedCmdTaggedData
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParseIntegratedCmdTaggedData
Public methodToString (Inherited from Object.)
Top
See Also