- Namespace
- GitVersion
- Interfaces
-
-
IComparable
<ReferenceName>
-
IComparable
- Base Types
-
-
IEquatable
<ReferenceName>
-
IEquatable
graph BT Type-->Base0["IEquatable<ReferenceName>"]
Type-.->Interface0["IComparable<ReferenceName>"]
Type["ReferenceName"] class Type type-node
Syntax
public class ReferenceName : IEquatable<ReferenceName>, IComparable<ReferenceName>
Constructors
Name | Summary |
---|---|
ReferenceName |
Properties
Name | Value | Summary |
---|---|---|
Canonical | string | |
Friendly | string | |
IsBranch | bool | |
IsPullRequest | bool | |
IsRemoteBranch | bool | |
IsTag | bool | |
WithoutRemote | string |
Methods
Name | Value | Summary |
---|---|---|
CompareTo |
int | |
Equals |
bool | |
Equals |
bool | |
EquivalentTo |
bool | |
FromBranchName |
ReferenceName |
static
|
GetHashCode |
int | |
Parse |
ReferenceName |
static
|
ToString |
string |
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|