C# Class NGit.Patch.HunkHeader.OldImage

Details about an old image of the file.
Details about an old image of the file.
Mostrar archivo Open project: red-gate/ngit Class Usage Examples

Public Methods

Method Description
GetId ( ) : NGit.AbbreviatedObjectId
GetLineCount ( ) : int
GetLinesAdded ( ) : int
GetLinesDeleted ( ) : int
GetStartLine ( ) : int

Method Details

GetId() public abstract method

public abstract GetId ( ) : NGit.AbbreviatedObjectId
return NGit.AbbreviatedObjectId

GetLineCount() public method

public GetLineCount ( ) : int
return int

GetLinesAdded() public method

public GetLinesAdded ( ) : int
return int

GetLinesDeleted() public method

public GetLinesDeleted ( ) : int
return int

GetStartLine() public method

public GetStartLine ( ) : int
return int