Table of Contents

Class WorkItemModel

Namespace
JobFlow.Models.WorkItems
Assembly
JobFlow.Models.dll

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

DateTime?

CreatedDateTime

public DateTime? CreatedDateTime { get; set; }

Property Value

DateTime?

Status

public WorkItemStatus Status { get; set; }

Property Value

WorkItemStatus

Type

Work Item Type - defaults to the Data's object type name.

public string Type { get; set; }

Property Value

string

UpdatedDateTime

public DateTime? UpdatedDateTime { get; set; }

Property Value

DateTime?