Class GitEntry
GitEntry represents a git tree
Inheritance
System.Object
GitEntry
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 GitEntry
Properties
| Improve this Doc View SourceMode
Declaration
public string Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Path
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sha
Declaration
public string Sha { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
Declaration
public long? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |