Class Board
Board 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 Board : BaseProperties<long>
Properties
| Improve this Doc View SourceFilterId
Filter for the board, used when creating
Declaration
[JsonProperty(PropertyName = "filterId")]
public long FilterId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Name
Name of the Board
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Board type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof (StringEnumConverter))]
public BoardTypes Type { get; set; }
Property Value
Type | Description |
---|---|
BoardTypes |