C# Class CCNet.SourceNotifier.Program

The entry point class.
Show file Open project: shuruev/CCNet.Extensions

Private Properties

Property Type Description
Display void
DisplayHtml void
Main int
Program System
ReportToMaster void
ReportToUsers void
Run int

Private Methods

Method Description
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.