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 SourceCreated
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Duration
Declaration
public string Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Issue_index
Declaration
public long? Issue_index { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Issue_title
Declaration
public string Issue_title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Repo_name
Declaration
public string Repo_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Repo_owner_name
Declaration
public string Repo_owner_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Seconds
Declaration
public long? Seconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |