WorkItem Class

Summary

Azure board work item.
Assembly
Cake.Board.AzureBoards.dll
Namespace
Cake.Board.AzureBoards.Models
Interfaces
  • IWorkItem
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IWorkItem"] Type["WorkItem"] class Type type-node

Syntax

public class WorkItem : IWorkItem

Constructors

Name Summary
WorkItem()

Properties

Name Value Summary
Description string
Id string
State string
Title string
Type string
Url string
Gets or sets work item url.

Extension Methods

Name Value Summary
Dump<WorkItem>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<WorkItem>(WorkItem[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<WorkItem>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<WorkItem>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<WorkItem>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<WorkItem>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin