Click or drag to resize

TypeMapEntry Class

Describes an individual entry in the Perforce repository's typemap.
Inheritance Hierarchy
SystemObject
  Perforce.P4TypeMapEntry

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

The TypeMapEntry type exposes the following members.

Constructors
  NameDescription
Public methodTypeMapEntry(String)
Construct a line in the typemap from a string
Public methodTypeMapEntry(FileType, String)
Constructor for a line in the typemap
Top
Properties
  NameDescription
Public propertyFileType
Property to access FileType of this entry
Public propertyPath
Property to access Path of this entry
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse
Decode a serialized typemap entry
Public methodToString
Return a string describing a typemap entry
(Overrides ObjectToString.)
Top
See Also