This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.AzureDevOps.
                            
	
		Summary
            Class to work with work item tracking.
            
		- Assembly
- Cake.AzureDevOps .dll 
- Namespace
- Cake.AzureDevOps .Boards .WorkItemTracking 
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type["AzureDevOpsWorkItem"]
class Type type-node
						
					Syntax
public sealed class AzureDevOpsWorkItemConstructors
| Name | Summary | 
|---|---|
| AzureDevOpsWorkItem | Initializes a new instance of the AzureDevOpsWorkItemclass. | 
Properties
| Name | Value | Summary | 
|---|---|---|
| AreaPath | string | 
            Gets the area path of the work item.
            Returns empty if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| ChangeDate | DateTime | 
            Gets the modify date of the work item.
            Returns DateTime.MinValue if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| CollectionUrl | Uri | 
            Gets the URL for accessing the web portal of the Azure DevOps collection.
             | 
| CreateDate | DateTime | 
            Gets the create date of the work item.
            Returns DateTime.MinValue if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| Description | string | 
            Gets the description of the work item.
            Returns empty if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| HasWorkItemLoaded | bool | 
            Gets a value indicating whether a work item has been successfully loaded.
             | 
| IterationPath | string | 
            Gets the iteration path of the work item.
            Returns empty if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| ParentWorkItemId | int | 
            Gets the id of the parent work item.
            Returns zero if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| Reason | string | 
            Gets the reason of the state of the work item.
            Returns empty if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| State | string | 
            Gets the state of the work item.
            Returns empty if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| Tags | IEnumerable | 
            Gets the tags of the work item.
            Returns empty list if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| TeamProject | string | 
            Gets the team project name of the work item.
            Returns empty if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| Title | string | 
            Gets the title of the work item.
            Returns empty if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| WorkItemId | int | 
            Gets the ID of the work item.
            Returns 0 if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
| WorkItemType | string | 
            Gets the type of the work item.
            Returns empty if no work item could be found and
             ThrowExceptionIfWorkItemCouldNotBeFoundis set tofalse. | 
Methods
| Name | Value | Summary | 
|---|---|---|
| GetParentWorkItem | AzureDevOpsWorkItem | 
            Gets the parent work item or null of no parent exists.
             | 
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| Dump | string | 
             Get a basic string representation of specified object.
              From LoggingExtensions Requires the Cake.Incubator addin | 
| IsIn | bool | 
            Checks if the source is contained in a list
             From EnumerableExtensions Requires the Cake.Incubator addin | 
| NotNull | void | 
            Throws an exception if the specified parameter's value is null.
             From Extensions Requires the Cake.Ftp addin | 
| NotNull | void | 
            Throws an exception if the specified parameter's value is null.
             From IssuesArgumentChecks Requires the Cake.Issues addin | 
| ThrowIfNull | T | 
            Throws a  System.ArgumentNullExceptionwith a specific message if the value is null, otherwise returns the valueFrom AssertExtensions Requires the Cake.Incubator addin | 
| ThrowIfNull | T | 
            Throws a  System.ArgumentNullExceptionif the value is null, otherwise returns the valueFrom AssertExtensions Requires the Cake.Incubator addin | 
| ToDictionary | IDictionary | From ObjectHelpers Requires the Cake.DeployParams addin | 
| To | string | 
            Returns the string value or a  Not set> markup suitable for Spectre.Console.From StringExtensions Requires the Cake.Issues addin | 
