C# Класс Tp.Bugzilla.BugzillaService

Наследование: IBugzillaService
Показать файл Открыть проект

Открытые методы

Метод Описание
BugzillaService ( ) : System
BugzillaService ( IStorageRepository storageRepository ) : System
CheckConnection ( ) : bugzilla_properties
CheckConnection ( BugzillaProfile profile ) : bugzilla_properties
Execute ( IBugzillaQuery query ) : void
GetBugs ( int bugIDs ) : bugCollection
GetChangedBugIds ( System.DateTime date ) : int[]
GetResolutions ( ) : List
GetStatuses ( ) : List
GetTimeOffset ( ) : System.TimeSpan

Приватные методы

Метод Описание
ExecuteBugzillaNonQuery ( IBugzillaQuery query ) : void
ExecuteBugzillaQuery ( IBugzillaQuery query ) : string

Описание методов

BugzillaService() публичный Метод

public BugzillaService ( ) : System
Результат System

BugzillaService() публичный Метод

public BugzillaService ( IStorageRepository storageRepository ) : System
storageRepository IStorageRepository
Результат System

CheckConnection() публичный Метод

public CheckConnection ( ) : bugzilla_properties
Результат Tp.Bugzilla.Schemas.bugzilla_properties

CheckConnection() публичный Метод

public CheckConnection ( BugzillaProfile profile ) : bugzilla_properties
profile BugzillaProfile
Результат Tp.Bugzilla.Schemas.bugzilla_properties

Execute() публичный Метод

public Execute ( IBugzillaQuery query ) : void
query IBugzillaQuery
Результат void

GetBugs() публичный Метод

public GetBugs ( int bugIDs ) : bugCollection
bugIDs int
Результат Tp.Bugzilla.Schemas.bugCollection

GetChangedBugIds() публичный Метод

public GetChangedBugIds ( System.DateTime date ) : int[]
date System.DateTime
Результат int[]

GetResolutions() публичный Метод

public GetResolutions ( ) : List
Результат List

GetStatuses() публичный Метод

public GetStatuses ( ) : List
Результат List

GetTimeOffset() публичный Метод

public GetTimeOffset ( ) : System.TimeSpan
Результат System.TimeSpan