Class Worklogs
Worklog information
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:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class Worklogs : PageableResult, IEnumerable<Worklog>, IEnumerable
Properties
| Improve this Doc View SourceElements
The worklog items
Declaration
[JsonProperty(PropertyName = "worklogs")]
public IList<Worklog> Elements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Worklog> |
Methods
| Improve this Doc View SourceGetEnumerator()
IEnumerator implementation
Declaration
public IEnumerator<Worklog> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<Worklog> | IEnumerator of type TResultType |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()