FileStatus Class

Summary

Contains the status of a single modified file in the working folder.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Interfaces
  • IEquatable<T>
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(FileState, string) 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(FileStatus) 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 the current object.