PendingSet Class

Object representing a series of pending changes grouped into a set.

For instance each workspace contains a pending set.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Server.PendingSet

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

Syntax

'Declaration
<CallOnDeserializationAttribute("AfterDeserialize")> _
Public Class PendingSet
[CallOnDeserializationAttribute("AfterDeserialize")]
public class PendingSet
[CallOnDeserializationAttribute(L"AfterDeserialize")]
public ref class PendingSet
[<CallOnDeserializationAttribute("AfterDeserialize")>]
type PendingSet =  class end
public class PendingSet

The PendingSet type exposes the following members.

Constructors

  Name Description
Public method PendingSet

Top

Properties

  Name Description
Public property Computer This is the computer the pending changes reside on
Public property Name This is the workspace or shelveset the pending changes belong to
Public property OwnerDisplayName This is the display name of the owner of the pending changes and the containing workspace
Public property OwnerName This is the owner of the pending changes and the containing workspace
Public property Ownership True if the authorized user is the owner of this pending set.
Public property OwnershipValue
Public property OwnerUniqueName This is the owner of the pending changes and the containing workspace
Public property PendingChanges This is the list of changes associated with this pending set.
Public property PendingChangeSignature For a local workspace, indicates the pending change signature for the pending set.
Public property Type Indicates whether this is a shelveset or a workspace.

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 GetHashCode Serves as the default hash function. (Inherited from Object.)
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 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.VersionControl.Server Namespace