Show / Hide Table of Contents

Class RevisionSpec

A specifier for a revision or revision range.

Inheritance
System.Object
NativeDisposable
RevisionSpec
Inherited Members
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class RevisionSpec : NativeDisposable

Properties

| Improve this Doc View Source

From

Declaration
public GitObject From { get; }
Property Value
Type Description
GitObject
| Improve this Doc View Source

To

Declaration
public GitObject To { get; }
Property Value
Type Description
GitObject
| Improve this Doc View Source

Type

Declaration
public RevisionSpecType Type { get; }
Property Value
Type Description
RevisionSpecType

Methods

| Improve this Doc View Source

Parse(Repository, String)

Declaration
public static RevisionSpec Parse(Repository repository, string spec)
Parameters
Type Name Description
Repository repository
System.String spec
Returns
Type Description
RevisionSpec
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX