Class AddTimeOption
AddTimeOption options for adding time to an issue
Inheritance
System.Object
AddTimeOption
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 AddTimeOption
Properties
| Improve this Doc View SourceCreated
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Time
time in seconds
Declaration
public long Time { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
User_name
User who spent the time (optional)
Declaration
public string User_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |