C# 클래스 Mercurial.Extensions.Churn.ChurnGroup

This class is returned by the ChurnCommand.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
ChurnGroup ( string groupName, int addedChangesets )

Initializes a new instance of the ChurnGroup class.

ChurnGroup ( string groupName, int addedLines, int removedLines )

Initializes a new instance of the ChurnGroup class.

메소드 상세

ChurnGroup() 공개 메소드

Initializes a new instance of the ChurnGroup class.
public ChurnGroup ( string groupName, int addedChangesets )
groupName string /// The name of the group we're reporting for. ///
addedChangesets int /// The number of changesets committed by the group we're reporting for. ///

ChurnGroup() 공개 메소드

Initializes a new instance of the ChurnGroup class.
public ChurnGroup ( string groupName, int addedLines, int removedLines )
groupName string /// The name of the group we're reporting for. ///
addedLines int /// The number of lines added by the group we're reporting for. ///
removedLines int /// The number of lines removed by the group we're reporting for. ///