CheckinEvent 类

签入操作包含有关签入的信息和其他项目,也就是说,用于签入相关的项。

所有签入包含变更集、日期/时间信息、所有者/committer 和 (可能为空) 注释。

继承层次结构

System.Object
  Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent
    Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent

命名空间:  Microsoft.TeamFoundation.VersionControl.Common
程序集:  Microsoft.TeamFoundation.VersionControl.Common.Integration(在 Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 中)

语法

声明
Public Class CheckinEvent _
    Inherits NotificationEvent _
    Implements ICloneable
public class CheckinEvent : NotificationEvent, 
    ICloneable

CheckinEvent 类型公开以下成员。

构造函数

  名称 说明
公共方法 CheckinEvent()
公共方法 CheckinEvent(Int32, DateTime) 构造对象使用变更集编号,并变更集创建日期/时间。
公共方法 CheckinEvent(Int32, DateTime, String, String, String) 通过使用签入值,构造对象。
公共方法 CheckinEvent(Int32, DateTime, String, String, String, String, String) 通过使用签入值,构造对象。

页首

属性

  名称 说明
公共属性 ChangesetCreationDate
公共属性 Comment (继承自 NotificationEvent。)
公共属性 Committer 返回 committer 与签入操作。committer 是提交签入的标识。
公共属性 CommitterDisplay 返回 committer 与签入操作的显示名称。committer 是提交签入的标识。
公共属性 ContentTitle 内容标题。
公共属性 CreationDate (继承自 NotificationEvent。)
公共属性 Number 返回变更集标识符。
公共属性 Owner 返回所有者与签入操作。当代理标识执行签入时,所有者可能与 committer 不同。在这种情况下,所有者是代理标识执行签入的标识。 (继承自 NotificationEvent。)
公共属性 OwnerDisplay 返回所有者与签入操作的显示名称。当代理标识执行签入时,所有者可能与 committer 不同。在这种情况下,所有者是代理标识执行签入的标识。 (继承自 NotificationEvent。)
公共属性 PolicyOverrideComment 签入策略的重写信息。 (继承自 NotificationEvent。)
公共属性 TeamProject 此事件表示的团队项目。 (继承自 NotificationEvent。)
公共属性 TimeZone 返回调用方的本地时间的名称。 (继承自 NotificationEvent。)
公共属性 TimeZoneOffset 返回偏移量,从 GMT,调用方的本地时间。 (继承自 NotificationEvent。)
公共属性 Title 返回签入操作的标题。

页首

方法

  名称 说明
公共方法 Clone 执行 CheckinEvent 对象的一个多层次复制。
受保护的方法 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。)
公共字段 PolicyFailures 签入策略失败的信息。
公共字段 Subscriber 当在警报进程,包含订阅警报用户的名称。在需要时,此信息可由警报收件人使用。 (继承自 NotificationEvent。)

页首

备注

请注意 CheckinEvent 对象是后签入警报形成的基础。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.TeamFoundation.VersionControl.Common 命名空间