C# Class SourceControl.Tfs.TfsBug

Implements IBug for a TFS workitem.
Inheritance: IBug
Afficher le fichier Open project: daptiv/Malevich

Private Properties

Свойство Type Description
IBug bool

Méthodes publiques

Méthode Description
TfsBug ( Microsoft workItem ) : System

Trivial constructor.

Private Methods

Méthode Description
IBug ( Uri target, string comment ) : bool

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

Method Details

TfsBug() public méthode

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