This documentation is archived and is not being maintained.
NotificationEvent Class
Visual Studio 2013
Abstract class for notification events.
System.Object
Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent
Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent
Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent
Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent
Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent
Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
The NotificationEvent type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | NotificationEvent | |
![]() | NotificationEvent(DateTime, String, String) | Constructs an object by using check-in values. |
![]() | NotificationEvent(DateTime, String, String, String) | Constructs an object by using check-in values. |
| Name | Description | |
|---|---|---|
![]() | Comment | |
![]() | CreationDate | |
![]() | 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. |
![]() | 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. |
![]() | PolicyOverrideComment | Policy override information for the checkin. |
![]() | TeamProject | The team project(s) represented in this event. |
![]() | TimeZone | Returns the name of the caller's local time. |
![]() | TimeZoneOffset | Returns the offset, from GMT, of the caller's local time. |
| Name | Description | |
|---|---|---|
![]() | CommentText | Returns a comment string that is less than or equal to maxCommentChars. |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | AllChangesIncluded | Indicates whether the included changes have been limited because of resource controls. |
![]() | Artifacts | A set of related artifacts. |
![]() | CheckinInformation | More information communicated at checkin time. |
![]() | CheckinNotes | (Optional) Checkin notes for the checkin. |
![]() | Notice | For display purposes and may be null. Contains important information that relates to the checkin display process. |
![]() | 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. |
Show:
