Click or drag to resize

MapEntry Class

A single entry in a view map.
Inheritance Hierarchy
SystemObject
  Perforce.P4MapEntry

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

The MapEntry type exposes the following members.

Constructors
  NameDescription
Public methodMapEntry(MapType, PathSpec, PathSpec)
Initializes a new instance of the MapEntry class
Public methodMapEntry(MapType, PathSpec, PathSpec, String)
Initializes a new instance of the MapEntry class
Top
Properties
  NameDescription
Public propertyComment
Public propertyLeft
Public propertyRight
Public propertyType
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also