FieldDefinition Members

Include Protected Members
Include Inherited Members

This class is used to hold Field definitions.

The FieldDefinition type exposes the following members.

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Public method

FilteredAllowedValues

Returns the collection of allowed values for this Field under different conditions, given the provided filters.

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

Properties

 

Name

Description

Public property

AllowedValues

Gets the collection of allowed values for this Field under different conditions.

Public property

CanSortBy

Public property

FieldType

Gets the data type of the Field.

Public property

HelpText

Gets the help text for this Field.

Public property

Id

Gets the unique ID of the Field – This field is unique to Team Foundation Server and never changes.

Public property

IsComputed

Public property

IsEditable

Returns true if the Field can be edited; false if the Field is read-only.

Public property

IsQueryable

Returns true if the Field can be used as a query field in a Query; otherwise false.

Public property

Name

Gets the friendly name of the Field.

Public property

ReferenceName

Gets the reference name of the Field.

Public property

SystemType

Gets the System data type of the Field.

Top

See Also

Reference

FieldDefinition Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace