GitPullRequestIterationChanges Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of changes made in a pull request.
[System.Runtime.Serialization.DataContract]
public class GitPullRequestIterationChanges : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitPullRequestIterationChanges = class
inherit VersionControlSecuredObject
Public Class GitPullRequestIterationChanges
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| GitPullRequestIterationChanges() | |
| GitPullRequestIterationChanges(ISecuredObject) |
Properties
| ChangeEntries |
Changes made in the iteration. |
| NextSkip |
Value to specify as skip to get the next page of changes. This will be zero if there are no more changes. |
| NextTop |
Value to specify as top to get the next page of changes. This will be zero if there are no more changes. |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |