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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.TeamFoundation.VersionControl.Common 命名空间