Class GitHook
GitHook represents a Git repository hook
Inheritance
System.Object
GitHook
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 GitHook
Properties
| Improve this Doc View SourceContent
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Is_active
Declaration
public bool? Is_active { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |