C# Класс Mercurial.Extensions.Churn.ChurnGroup

This class is returned by the ChurnCommand.
Показать файл Открыть проект

Открытые методы

Метод Описание
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. ///