C# Класс CCNet.SourceNotifier.Program

The entry point class.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Display void
DisplayHtml void
Main int
Program System
ReportToMaster void
ReportToUsers void
Run int

Приватные методы

Метод Описание
Display ( ) : void

Outputs the information on the old pending changes in the text format.

DisplayHtml ( ) : void

Outputs the information on the old pending changes in the html format.

Main ( string args ) : int

Assembly entry point.

Program ( TeamFoundationServerGateway tfsGateway, IMailGateway mailGateway, System.TimeSpan cutoffTimeSpan ) : System

Initializes a new instance.

ReportToMaster ( string to ) : void

Sends the report on all old pending changes to the master.

ReportToUsers ( ) : void

Sends the personal report to each user having some old pending changes.

Run ( Arguments arguments ) : int

Instance entry point.