ShelvesetEvent Class
The client shelveset event for e-mail notifications
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent
Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Class ShelvesetEvent _
Inherits NotificationEvent _
Implements ICloneable
public class ShelvesetEvent : NotificationEvent,
ICloneable
public ref class ShelvesetEvent : public NotificationEvent,
ICloneable
type ShelvesetEvent =
class
inherit NotificationEvent
interface ICloneable
end
public class ShelvesetEvent extends NotificationEvent implements ICloneable
The ShelvesetEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShelvesetEvent() | ||
ShelvesetEvent(String, DateTime, String, String, ShelvesetEventType) | ||
ShelvesetEvent(String, DateTime, String, String, String, ShelvesetEventType) |
Top
Properties
Name | Description | |
---|---|---|
Comment | (Inherited from NotificationEvent.) | |
ContentTitle | The content title. | |
CreationDate | (Inherited from NotificationEvent.) | |
EventType | The type of shelveset event | |
Name | Gets the name of the shelveset | |
Owner | Returns the owner associated with the checkin event. The owner may be different from the committer when a proxy identity performs the checkin. In this case, the owner is the identity for whom the proxy identity performs the checkin. (Inherited from NotificationEvent.) | |
OwnerDisplay | Returns the owner associated with the checkin event's display name. The owner may be different from the committer when a proxy identity performs the checkin. In this case, the owner is the identity for whom the proxy identity performs the checkin. (Inherited from NotificationEvent.) | |
PolicyOverrideComment | Policy override information for the checkin. (Inherited from NotificationEvent.) | |
TeamProject | The team project(s) represented in this event. (Inherited from NotificationEvent.) | |
TimeZone | Returns the name of the caller's local time. (Inherited from NotificationEvent.) | |
TimeZoneOffset | Returns the offset, from GMT, of the caller's local time. (Inherited from NotificationEvent.) | |
Title | Return the title of the shelveset event. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Perform a deep copy of a ShelvesetEvent object. | |
CommentText | Returns a comment string that is less than or equal to maxCommentChars. (Inherited from NotificationEvent.) | |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
AllChangesIncluded | Indicates whether the included changes have been limited because of resource controls. (Inherited from NotificationEvent.) | |
Artifacts | A set of related artifacts. (Inherited from NotificationEvent.) | |
CheckinInformation | More information communicated at checkin time. (Inherited from NotificationEvent.) | |
CheckinNotes | (Optional) Checkin notes for the checkin. (Inherited from NotificationEvent.) | |
Notice | For display purposes and may be null. Contains important information that relates to the checkin display process. (Inherited from NotificationEvent.) | |
Subscriber | When used in the alert process, contains the name of the user who subscribed to the alert. This information can be used by the alert recipient when it is necessary. (Inherited from NotificationEvent.) |
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.