Show / Hide Table of Contents

Class GitObject

An object (blob, commit, tree, etc) in a Git repository.

Inheritance
System.Object
NativeDisposable
GitObject
Blob
Commit
Tree
Inherited Members
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public abstract class GitObject : NativeDisposable

Properties

| Improve this Doc View Source

Id

Returns the object id.

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

Type

Returns the type of the object.

Declaration
public abstract ObjectType Type { get; }
Property Value
Type Description
ObjectType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX