Edit

Share via


FileDiffBlock Class

Definition

[System.Runtime.Serialization.DataContract]
public class FileDiffBlock : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type FileDiffBlock = class
    inherit VersionControlSecuredObject
Public Class FileDiffBlock
Inherits VersionControlSecuredObject
Inheritance
Attributes

Constructors

FileDiffBlock()

Properties

ChangeType
ModifiedLineNumberStart
ModifiedLines
ModifiedLinesCount
OriginalLineNumberStart
OriginalLines
OriginalLinesCount
TruncatedAfter

True for "ChangeType=None" blocks in a partial diff that have been truncated after the included text.

TruncatedBefore

True for "ChangeType=None" blocks in a partial diff that have been truncated before the included text.

Methods

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to