Class Transitions
Transitions information
Inheritance
System.Object
Transitions
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 Transitions
Properties
| Improve this Doc View SourceItems
The actual list of transitions
Declaration
[JsonProperty(PropertyName = "transitions")]
public IList<Transition> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Transition> |