Perforce API for the .Net CLR P4.Net

P4Map Methods

The methods of the P4Map class are listed below. For a complete list of P4Map class members, see the P4Map Members topic.

Public Static (Shared) Methods

Join Joins two map objects to form the intersection of the two views.

Public Instance Methods

Clear Clears all view lines from the map.
Dispose Cleans up unmanaged resources.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type.
GetType (inherited from Object)Gets the Type of the current instance.
Includes Determines if the path is contained in the view.
IncludesAll Determines if the view contains all of the specified paths.
IncludesAny Determines if the view contains any of the specified paths.
Insert Inserts a new view line at the end of the map.
Insert2Overloaded. Inserts a new view line at the end of the map.
IsEmpty Returns true if the map has no lines.
Lhs Gets the left-hand side of the view lines.
Reverse Reverses the view lines.
Rhs Gets the right-hand side of the view lines.
ToArray Gets a list of the view lines.
ToString Returns string representation of the view.
TranslateOverloaded. Translates a list of paths through the view.
TranslateReverseOverloaded. Translates a list of paths through the reverse view (left-to-right).

Protected Instance Methods

Finalize Calls dispose method if not already disposed.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

P4Map Class | P4API Namespace