Field Class

Represents a field in a WorkItem.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.Field

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

Syntax

'宣言
Public NotInheritable Class Field
public sealed class Field
public ref class Field sealed
[<Sealed>]
type Field =  class end
public final class Field

The Field type exposes the following members.

Properties

  Name Description
Public property AllowedValues Gets a collection of values that are valid for this field.
Public property FieldDefinition Gets the FieldDefinition that defines this field.
Public property HasAllowedValuesList Gets a flag that indicates whether a list of allowed values is available for this field.
Public property HasPatternMatch Gets a flag that indicates whether the value of this field must match a pattern.
Public property Id Gets the ID of this field.
Public property IsComputed Gets a flag that indicates whether the value of this field is computed from the values of other fields.
Public property IsDirty Gets a flag that indicates whether the value of this field has unsaved changes.
Public property IsEditable Gets a flag that indicates whether the value of this field can be edited in the current state of the work item.
Public property IsLimitedToAllowedValues Gets a flag that indicates whether this field is restricted to a collection of allowed values.
Public property IsRequired Gets a flag that indicates whether this field requires a value.
Public property IsValid Gets a flag that indicates whether the value of the field is valid based on rules.
Public property Name Gets the name of this field.
Public property OriginalValue Gets the value of this field as it existed when the work item was saved most recently.
Public property ProhibitedValues Gets the list of values that are not allowed for this field.
Public property ReferenceName Gets the reference name of this field.
Public property Status Gets a description of the current state of this field.
Public property Value Gets or sets the current value of this field.
Public property WorkItem Gets the WorkItem that contains this field.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Remarks

A field is the data container in a WorkItem. Each field in a WorkItem has a unique ID number.

You define the rules that govern a field (for example, computer values or pattern matching) in the WorkItemType.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace

Other Resources

All FIELD XML Elements Reference