Class CommitStats
CommitStats is statistics for a RepoCommit
Inheritance
System.Object
CommitStats
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class CommitStats
Properties
| Improve this Doc View SourceAdditions
Declaration
public long? Additions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Deletions
Declaration
public long? Deletions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Total
Declaration
public long? Total { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |