Shelveset Class

The Shelveset represents the metadata for a set of shelved changes.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Server.Shelveset

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

Syntax

'Declaration
<RequiredClientServiceAttribute("VersionControlServer")> _
<CallOnDeserializationAttribute("AfterDeserialize")> _
<CallOnSerializationAttribute("BeforeSerialize")> _
Public Class Shelveset
[RequiredClientServiceAttribute("VersionControlServer")]
[CallOnDeserializationAttribute("AfterDeserialize")]
[CallOnSerializationAttribute("BeforeSerialize")]
public class Shelveset
[RequiredClientServiceAttribute(L"VersionControlServer")]
[CallOnDeserializationAttribute(L"AfterDeserialize")]
[CallOnSerializationAttribute(L"BeforeSerialize")]
public ref class Shelveset
[<RequiredClientServiceAttribute("VersionControlServer")>]
[<CallOnDeserializationAttribute("AfterDeserialize")>]
[<CallOnSerializationAttribute("BeforeSerialize")>]
type Shelveset =  class end
public class Shelveset

The Shelveset type exposes the following members.

Constructors

  Name Description
Public method Shelveset

Top

Properties

  Name Description
Public property ChangesExcluded ChangesExcluded is set when some of the changes in the shelveset were not returned to the caller.
Public property CheckinNote Checkin note associated with this shelveset.
Public property Comment Comment describing the shelveset.
Public property CreationDate Date/Time the changes were shelved.
Public property Links List of Urls linked with this shelveset.
Public property Name Shelveset name. Unique only for a given Owner.
Public property Owner Identity name of the user who owns this shelveset.
Public property OwnerDisplayName Display name of the user who owns this shelveset.
Public property OwnerUniqueName Unique name of the user who owns this shelveset.
Public property PolicyOverrideComment User supplied comment describing why the policy failed. May be null.
Public property Properties Changeset properties.

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 GetArtifactSpec Returns the artifact spec for this 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