Class InternalTracker
InternalTracker represents settings for internal tracker
Inheritance
System.Object
InternalTracker
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 InternalTracker
Properties
| Improve this Doc View SourceAllow_only_contributors_to_track_time
Let only contributors track time (Built-in issue tracker)
Declaration
public bool? Allow_only_contributors_to_track_time { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Enable_issue_dependencies
Enable dependencies for issues and pull requests (Built-in issue tracker)
Declaration
public bool? Enable_issue_dependencies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Enable_time_tracker
Enable time tracking (Built-in issue tracker)
Declaration
public bool? Enable_time_tracker { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |