ShelvesetEvent 类
电子邮件通知的客户端事件搁置集
继承层次结构
System.Object
Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent
Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent
命名空间: Microsoft.TeamFoundation.VersionControl.Common
程序集: Microsoft.TeamFoundation.VersionControl.Common.Integration(在 Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 中)
语法
声明
Public Class ShelvesetEvent _
Inherits NotificationEvent _
Implements ICloneable
public class ShelvesetEvent : NotificationEvent,
ICloneable
ShelvesetEvent 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ShelvesetEvent() | ||
ShelvesetEvent(String, DateTime, String, String, ShelvesetEventType) | ||
ShelvesetEvent(String, DateTime, String, String, String, ShelvesetEventType) |
页首
属性
名称 | 说明 | |
---|---|---|
Comment | (继承自 NotificationEvent。) | |
ContentTitle | 内容标题。 | |
CreationDate | (继承自 NotificationEvent。) | |
EventType | 搁置操作的类型 | |
Name | 获取搁置集的名称 | |
Owner | 返回所有者与签入操作。当代理标识执行签入时,所有者可能与committer不同。在这种情况下,所有者是代理标识执行签入的标识。 (继承自 NotificationEvent。) | |
OwnerDisplay | 返回所有者与签入操作的显示名称。当代理标识执行签入时,所有者可能与committer不同。在这种情况下,所有者是代理标识执行签入的标识。 (继承自 NotificationEvent。) | |
PolicyOverrideComment | 签入策略的重写信息。 (继承自 NotificationEvent。) | |
TeamProject | 此事件表示的团队项目 (继承自 NotificationEvent。) | |
TimeZone | 返回调用方的本地时间的名称。 (继承自 NotificationEvent。) | |
TimeZoneOffset | 返回偏移量,从GMT,调用方的本地时间。 (继承自 NotificationEvent。) | |
Title | 返回搁置操作的标题。 |
页首
方法
名称 | 说明 | |
---|---|---|
Clone | 执行ShelvesetEvent对象的一个多层次复制。 | |
CommentText | 返回小于或等于maxCommentChars的注释字符串 (继承自 NotificationEvent。) | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
字段
名称 | 说明 | |
---|---|---|
AllChangesIncluded | 指示包含的更改由于资源管理,是否是有限的。 (继承自 NotificationEvent。) | |
Artifacts | 设置相关项目。 (继承自 NotificationEvent。) | |
CheckinInformation | 更多信息时以及在签入时间 (继承自 NotificationEvent。) | |
CheckinNotes | (可选)的签入说明。 (继承自 NotificationEvent。) | |
Notice | 用于显示目的和可以为空。包含与签入显示相关过程的重要信息。 (继承自 NotificationEvent。) | |
Subscriber | 当在警报进程,包含订阅警报用户的名称。在需要时,此信息可由警报收件人使用。 (继承自 NotificationEvent。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。