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 | |
---|---|---|
Shelveset |
Top
Properties
Name | Description | |
---|---|---|
ChangesExcluded | ChangesExcluded is set when some of the changes in the shelveset were not returned to the caller. | |
CheckinNote | Checkin note associated with this shelveset. | |
Comment | Comment describing the shelveset. | |
CreationDate | Date/Time the changes were shelved. | |
Links | List of Urls linked with this shelveset. | |
Name | Shelveset name. Unique only for a given Owner. | |
Owner | Identity name of the user who owns this shelveset. | |
OwnerDisplayName | Display name of the user who owns this shelveset. | |
OwnerUniqueName | Unique name of the user who owns this shelveset. | |
PolicyOverrideComment | User supplied comment describing why the policy failed. May be null. | |
Properties | Changeset properties. |
Top
Methods
Name | Description | |
---|---|---|
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.) | |
GetArtifactSpec | Returns the artifact spec for this 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.) | |
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.