- Namespace
- GitVersion
- Interfaces
- Implementing Types
graph BT Type-.->Interface0["IEquatable<IRefSpec>"]
Type-.->Interface1["IComparable<IRefSpec>"]
Type["IRefSpec"] class Type type-node
Implementing0["RefSpec"]-.->Type click Implementing0
"/api/GitVersion/RefSpec"
Syntax
public interface IRefSpec : IEquatable<IRefSpec>, IComparable<IRefSpec>
Properties
| Name | Value | Summary |
|---|---|---|
| Destination | string | |
| Direction | RefSpecDirection | |
| Source | string | |
| Specification | string |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
|
NotNull |
T |
From
CommonExtensions
|