Summary
This class encapsulates a path with an associated action related to a
Changeset.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- IEquatable
<T>
- IEquatable
- 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 |
|---|---|
| Debugger |
Constructors
| Name | Summary |
|---|---|
| ChangesetPathAction |
Properties
| Name | Value | Summary |
|---|---|---|
| Action | Changeset |
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 |
bool |
Indicates whether the current object is equal to another object of the same type.
|
| Equals |
bool | |
| GetHashCode |
int |
Serves as a hash function for a particular type.
|
| ToString |
string |
Returns a
string that represents this instance.
|