ChangesetPathAction Class

Summary

This class encapsulates a path with an associated action related to a Changeset.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Interfaces
  • IEquatable<T>
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IEquatable<T>"]-.->Type Type["ChangesetPathAction"] class Type type-node

Syntax

public sealed class ChangesetPathAction : IEquatable<ChangesetPathAction>

Attributes

Type Description
DebuggerDisplayAttribute

Constructors

Name Summary
ChangesetPathAction()

Properties

Name Value Summary
Action ChangesetPathActionType
Gets the type of action that was performed on the path.
Path string
Gets the path involved.
Source string
Gets the path of the source of the copy.

Methods

Name Value Summary
Equals(ChangesetPathAction) bool
Indicates whether the current object is equal to another object of the same type.
Equals(object) bool
Determines whether the specified object is equal to the current object.
GetHashCode() int
Serves as a hash function for a particular type.
ToString() string
Returns a string that represents this instance.