C# 클래스 SourceControl.Tfs.TfsBug

Implements IBug for a TFS workitem.
상속: IBug
파일 보기 프로젝트 열기: daptiv/Malevich

Private Properties

프로퍼티 타입 설명
IBug bool

공개 메소드들

메소드 설명
TfsBug ( Microsoft workItem ) : System

Trivial constructor.

비공개 메소드들

메소드 설명
IBug ( Uri target, string comment ) : bool

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

메소드 상세

TfsBug() 공개 메소드

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