Class WorkItemModel
Contains basic information about the work item metadata.
public class WorkItemModel
- Inheritance
-
WorkItemModel
Constructors
WorkItemModel()
public WorkItemModel()
Properties
CompletedDateTime
public DateTime? CompletedDateTime { get; set; }
Property Value
CreatedDateTime
public DateTime? CreatedDateTime { get; set; }
Property Value
Status
public WorkItemStatus Status { get; set; }
Property Value
Type
Work Item Type - defaults to the Data's object type name.
public string Type { get; set; }
Property Value
UpdatedDateTime
public DateTime? UpdatedDateTime { get; set; }