Class Commit
Inheritance
System.Object
Commit
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()
Assembly: Dangl.GiteaOrgManager.dll
Syntax
Properties
|
Improve this Doc
View Source
Author
Declaration
public User Author { get; set; }
Property Value
|
Improve this Doc
View Source
Commit1
Declaration
public RepoCommit Commit1 { get; set; }
Property Value
|
Improve this Doc
View Source
Committer
Declaration
public User Committer { get; set; }
Property Value
|
Improve this Doc
View Source
Created
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Files
Declaration
public ICollection<CommitAffectedFiles> Files { get; set; }
Property Value
|
Improve this Doc
View Source
Html_url
Declaration
public string Html_url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Parents
Declaration
public ICollection<CommitMeta> Parents { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<CommitMeta> |
|
|
Improve this Doc
View Source
Sha
Declaration
public string Sha { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Stats
Declaration
public CommitStats Stats { get; set; }
Property Value
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|