Class Status
Status 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 Status : BaseProperties<string>
Properties
| Improve this Doc View SourceCategory
Category for this status
Declaration
[JsonProperty(PropertyName = "statusCategory")]
public StatusCategory Category { get; set; }
Property Value
Type | Description |
---|---|
StatusCategory |
Description
Description for this status
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconUri
Url to the icon for this status
Declaration
[JsonProperty(PropertyName = "iconUrl")]
public Uri IconUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Name
Name of the status
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |