FieldIndexData Structure

Data structure for field index data.

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

Syntax

'Declaration
Public Structure FieldIndexData
public struct FieldIndexData
public value class FieldIndexData
[<Sealed>]
type FieldIndexData =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The FieldIndexData type exposes the following members.

Constructors

  Name Description
Public method FieldIndexData Initializes a new FieldIndexData instance.

Top

Properties

  Name Description
Public property FieldId Gets or sets the field ID.
Public property IsIndexed Gets or sets a flag that describes whether this field is indexed.

Top

Methods

  Name Description
Public method Equals(Object) Checks whether this FieldIndexData instance is equivalent to the specified object. (Overrides ValueType.Equals(Object).)
Public method Equals(FieldIndexData) Checks whether this FieldIndexData instance is equivalent to the specified 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 Gets the hash code for this FieldIndexData instance. (Overrides ValueType.GetHashCode().)
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 the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Operator to check for equivalence.
Public operatorStatic member Inequality Operator to check for nonequivalence.

Top

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