C# Class SourceControl.Tfs.TfsBug

Implements IBug for a TFS workitem.
Inheritance: IBug
Show file Open project: daptiv/Malevich

Private Properties

Property Type Description
IBug bool

Public Methods

Method Description
TfsBug ( Microsoft workItem ) : System

Trivial constructor.

Private Methods

Method Description
IBug ( Uri target, string comment ) : bool

Adds a link to the bug. Will not add if already there.

Method Details

TfsBug() public method

Trivial constructor.
public TfsBug ( Microsoft workItem ) : System
workItem Microsoft The TFS workitem to wrap.
return System