Class GitObject
An object (blob, commit, tree, etc) in a Git repository.
Inherited Members
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public abstract class GitObject : NativeDisposable
Properties
| Improve this Doc View SourceId
Returns the object id.
Declaration
public ObjectId Id { get; }
Property Value
Type | Description |
---|---|
ObjectId |
Type
Returns the type of the object.
Declaration
public abstract ObjectType Type { get; }
Property Value
Type | Description |
---|---|
ObjectType |