ClientWiqlAdapterHelper Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.ClientWiqlAdapterHelper

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

Syntax

'Declaration
Public Class ClientWiqlAdapterHelper _
    Implements IWiqlAdapterHelper
public class ClientWiqlAdapterHelper : IWiqlAdapterHelper
public ref class ClientWiqlAdapterHelper : IWiqlAdapterHelper
type ClientWiqlAdapterHelper =  
    class 
        interface IWiqlAdapterHelper 
    end
public class ClientWiqlAdapterHelper implements IWiqlAdapterHelper

The ClientWiqlAdapterHelper type exposes the following members.

Constructors

  Name Description
Public method ClientWiqlAdapterHelper

Top

Properties

  Name Description
Public property CultureInfo
Public property TimeZone
Public property UserDisplayName

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 FindField
Public method GetAllLinkTypeIds
Public method GetDisplayFieldList
Public method GetFieldCanSortBy
Public method GetFieldFriendlyName(Object)
Public method GetFieldFriendlyName(String)
Public method GetFieldId
Public method GetFieldIsLongText
Public method GetFieldIsQueryable
Public method GetFieldPsFieldType
Public method GetFieldReferenceName
Public method GetFieldSupportsTextQuery
Public method GetFieldSystemType
Public method GetFieldType(Object)
Public method GetFieldType(String)
Public method GetFieldUsage
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetLinkTypeId
Public method GetLinkTypeIsForward
Public method GetLinkTypeTopology
Public method GetSortFieldList
Public method GetTreeID
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HasLinkType
Public method IsSupported
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetDisplayFieldList
Public method SetSortFieldList
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

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