GetRequest Class

Represents a request of the Get operation.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Client.GetRequest

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

Syntax

'Declaration
Public NotInheritable Class GetRequest
public sealed class GetRequest
public ref class GetRequest sealed
[<Sealed>]
type GetRequest =  class end
public final class GetRequest

The GetRequest type exposes the following members.

Constructors

  Name Description
Public method GetRequest(ItemSpec, VersionSpec) Gets the specified item or the entire workspace at the specified version.
Public method GetRequest(ItemSpec, Int32) Gets the specified items or the entire workspace at the specified changeset.
Public method GetRequest(String, RecursionType, VersionSpec) Gets the specified items at the specified version.

Top

Properties

  Name Description
Public property ItemSpec Gets or sets the item that is being requested.
Public property VersionSpec Gets or sets the version that is being requested.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodStatic member FromStrings Creates an array of GetRequests from the specified array of local or server paths, recursion, and version.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Creates a user-readable string that describes the properties of this GetRequest object. (Overrides Object.ToString().)

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.VersionControl.Client Namespace