CoreField Enumeration

Specifies the type of a WorkItem field.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'宣言
Public Enumeration CoreField
public enum CoreField
public enum class CoreField
type CoreField
public enum CoreField

Members

Member name Description
Id ID field.
Rev Revision field.
Title Title field.
Description Description field.
WorkItemType Work Item Type field.
TeamProject Team Project field.
State State field.
Reason Reason field.
CreatedBy Created By field.
AssignedTo Assigned To field.
ChangedBy Changed By field.
ChangedDate Changed Date field.
CreatedDate Created Date field.
RevisedDate Revised Date field.
AuthorizedAs Authorized As field.
History History field.
AreaPath Area Path field.
AreaId Area ID field.
IterationPath Iteration Path field.
IterationId Iteration ID field.
NodeName Node Name field.
RelatedLinkCount Related Link Count field.
HyperLinkCount Hyper Link Count field.
AttachedFileCount Attached File Count field.
ExternalLinkCount External Link Count field.
LinkType Link Type field.

Remarks

This enum consists of the main fields that are included in every WorkItem instance.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace