Class Column
Column for the Board column config
Inheritance
System.Object
Column
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 Column
Properties
| Improve this Doc View SourceName
Name for the column
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
States
States for the column
Declaration
[JsonProperty(PropertyName = "statuses")]
public IList<Status> States { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Status> |