ResultOptions Class

This class encapsulates the two basic elements of the Result Options.

1. The list of Display Fields 2. The list of Sort Fields.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Controls.ResultOptions

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

Syntax

'Declaration
Public Class ResultOptions
public class ResultOptions
public ref class ResultOptions
type ResultOptions =  class end
public class ResultOptions

The ResultOptions type exposes the following members.

Constructors

  Name Description
Public method ResultOptions()
Public method ResultOptions(DisplayFieldCollection, SortFieldCollection)
Public method ResultOptions(FieldDefinitionCollection, String)
Public method ResultOptions(ResultOptions, Boolean)

Top

Properties

  Name Description
Public property DisplayFields
Public property IsLinkQuery
Public property IsTreeQuery
Public property QueryType
Public property SortFields

Top

Methods

  Name Description
Public methodStatic member CheckChangeFlag
Public method ColumnWidthsToString
Public methodStatic member DetermineChange
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 methodStatic member GetDefaultColumnWidth
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetOrderByClause
Public method GetSelectClause
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method LoadColumnWidthsFromString
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetLinkingQuery
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.Controls Namespace