Summary
Contains the status of a single modified file in the working folder.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- IEquatable
<T>
- IEquatable
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IEquatable<T>"]-.->Type
Type["FileStatus"]
class Type type-node
Syntax
public sealed class FileStatus : IEquatable<FileStatus>
Constructors
Name | Summary |
---|---|
FileStatus |
Initializes a new instance of the FileStatus class.
|
Properties
Name | Value | Summary |
---|---|---|
Path | string |
Gets the path to the file that this
FileStatus refers to,
relative to the root of the working folder.
|
State | FileState |
Gets the state of the file this
FileStatus refers to.
|
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 |