- Namespace
- GitVersion
- Interfaces
- Base Types
-
- object
graph BT Type-->Base0["object"]
Type-.->Interface0["IRefSpec"] click Interface0
"/api/GitVersion/IRefSpec"
Type-.->Interface1["IEquatable<IRefSpec>"]
Type-.->Interface2["IComparable<IRefSpec>"]
Type["RefSpec"] class Type type-node
Syntax
public class RefSpec : IRefSpec, IEquatable<IRefSpec>, IComparable<IRefSpec>
Properties
| Name | Value | Summary |
|---|---|---|
| Destination | string | |
| Direction | RefSpecDirection | |
| Source | string | |
| Specification | string |
Methods
| Name | Value | Summary |
|---|---|---|
|
CompareTo |
int | |
|
Equals |
bool | |
|
Equals |
bool | |
|
GetHashCode |
int | |
|
ToString |
string |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
|
NotNull |
T |
From
CommonExtensions
|