StoredQuery Class
Represents a stored query.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.StoredQuery
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class StoredQuery _
Implements IComparable
public class StoredQuery : IComparable
public ref class StoredQuery : IComparable
type StoredQuery =
class
interface IComparable
end
public class StoredQuery implements IComparable
The StoredQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StoredQuery | Initializes a new StoredQuery instance. |
Top
Properties
Name | Description | |
---|---|---|
CreationTime | Gets the date and time that this stored query was created. | |
CreationTimeUtc | Gets the UTC date and time that this stored query was created. | |
Description | Gets or sets the description of this stored query. | |
IsSaved | Gets a flag that describes whether this stored query has been saved. | |
LastWriteTime | Gets the date and time that this stored query was created. | |
LastWriteTimeUtc | Gets the UTC date and time that this stored query was created. | |
Name | Gets or sets the name of this stored query. | |
Owner | Gets the owner of this stored query. | |
Project | Gets the project that is associated with this stored query. | |
QueryGuid | Gets the GUID that is associated with this stored query. | |
QueryScope | Gets or sets the scope of this stored query. | |
QueryText | Gets or sets the query string. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares this stored query to the specified instance. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset | Resets all changes that were made to this query to the initial state. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update | Updates the stored query. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComparable.CompareTo |
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.