Field Members
Include Protected Members
Include Inherited Members
This sealed class is used to hold field/value pairs for work items.
The Field type exposes the following members.
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the collection of allowed values for this Field.
Gets the field definition for this Field.
Gets the ID of the Field definition.
Returns true if the field is computed; otherwise false.
Returns true if the Field has been edited since the parent work item was retrieved from or saved to the work item store; otherwise false.
Returns true if this Field is editable according to the field definition and given the current state of the parent work item; otherwise false.
Returns true if this Field's value can be set to an item that is not in the AllowedValues list; otherwise false.
Returns true if this Field is required to be non-empty; otherwise false.
Returns true if the Field contains a valid value; otherwise false.
Gets the Field name.
Gets the value of the Field before it was edited.
Gets the Field reference name.
Gets the status of the Field.
Gets the value of the Field.
Top