C# 클래스 MSR.Data.BugTracking.BugZilla.BugZillaData

파일 보기 프로젝트 열기: kirnosenko/msr-tools

공개 메소드들

메소드 설명
BugZillaData ( string uri ) : System
Created ( string bug ) : System.DateTime
Fixed ( string bug ) : System.DateTime
IsFixed ( string bug ) : bool
IsResolved ( string bug ) : bool
Priority ( string bug ) : string

비공개 메소드들

메소드 설명
BugElement ( string bug ) : System.Xml.Linq.XElement

메소드 상세

BugZillaData() 공개 메소드

public BugZillaData ( string uri ) : System
uri string
리턴 System

Created() 공개 메소드

public Created ( string bug ) : System.DateTime
bug string
리턴 System.DateTime

Fixed() 공개 메소드

public Fixed ( string bug ) : System.DateTime
bug string
리턴 System.DateTime

IsFixed() 공개 메소드

public IsFixed ( string bug ) : bool
bug string
리턴 bool

IsResolved() 공개 메소드

public IsResolved ( string bug ) : bool
bug string
리턴 bool

Priority() 공개 메소드

public Priority ( string bug ) : string
bug string
리턴 string