RemoteRepositoryPath Class

Summary

This class encapsulates information about the path to a remote repository related to the current repository.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Interfaces
  • IEquatable<T>
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IEquatable<T>"]-.->Type Type["RemoteRepositoryPath"] class Type type-node

Syntax

public class RemoteRepositoryPath : IEquatable<RemoteRepositoryPath>

Constructors

Name Summary
RemoteRepositoryPath(string, string) Initializes a new instance of the RemoteRepositoryPath class.

Properties

Name Value Summary
Name string
Gets the name of the path to the remote repository.
Path string
Gets the path to the remote repository.

Methods

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