Class Priority
Priority 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 Priority : BaseProperties<int>
Properties
| Improve this Doc View SourceDescription
Description of the priority
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconUrl
Url to the icon for this priority
Declaration
[JsonProperty(PropertyName = "iconUrl")]
public Uri IconUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Name
Name of the priority
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusColor
Status color
Declaration
[JsonProperty(PropertyName = "statusColor")]
public string StatusColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |