Class Epic
Epic 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 Epic : BaseProperties<long>
Properties
| Improve this Doc View SourceColor
Color of the Epic
Declaration
[JsonProperty(PropertyName = "color")]
public EpicColor Color { get; set; }
Property Value
Type | Description |
---|---|
EpicColor |
IsDone
Is the epic done?
Declaration
[JsonProperty(PropertyName = "done")]
public bool IsDone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Name of the Epic
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Summary
Epic summary
Declaration
[JsonProperty(PropertyName = "summary")]
public string Summary { get; set; }
Property Value
Type | Description |
---|---|
System.String |