Search Results for

    Show / Hide Table of Contents

    Class TrackedTime

    TrackedTime worked time for an issue / pr

    Inheritance
    System.Object
    TrackedTime
    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 TrackedTime

    Properties

    | 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

    Id

    Declaration
    public long? Id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Issue

    Declaration
    public Issue Issue { get; set; }
    Property Value
    Type Description
    Issue
    | Improve this Doc View Source

    Issue_id

    deprecated (only for backwards compatibility)

    Declaration
    public long? Issue_id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Time

    Time in seconds

    Declaration
    public long? Time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    User_id

    deprecated (only for backwards compatibility)

    Declaration
    public long? User_id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    User_name

    Declaration
    public string User_name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH