Search Results for

    Show / Hide Table of Contents

    Class StopWatch

    StopWatch represent a running stopwatch

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

    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

    Duration

    Declaration
    public string Duration { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Issue_index

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

    Issue_title

    Declaration
    public string Issue_title { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Repo_name

    Declaration
    public string Repo_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Repo_owner_name

    Declaration
    public string Repo_owner_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Seconds

    Declaration
    public long? Seconds { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH