C# Class Projbook.Target.Projbook

Define MSBuild task triggering documentation generation.
Inheritance: Microsoft.Build.Utilities.Task
Show file Open project: defrancea/Projbook

Private Properties

Property Type Description
ReportErrors void

Public Methods

Method Description
Execute ( ) : bool

Trigger task execution.

Private Methods

Method Description
ReportErrors ( IEnumerable generationErrors ) : void

Report generation errors.

Method Details

Execute() public method

Trigger task execution.
public Execute ( ) : bool
return bool