C# Класс BugzillaInterface.Query

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
AttemptStructDeserialization ( CookComputing.XmlRpc.XmlRpcStruct response, Type output ) : object

Uses Reflection to deserialize objects from hashtables and structs. Specifically tested for use with the comment objects

BugFromBugId ( int bugId ) : BugReport
Execute ( ) : int

Runs the Query and returns the number of results

FetchComments ( ) : void
PostComment ( int bugId, string text ) : bool
PostDeserialize ( ) : void
Query ( ) : System
Query ( Repository source ) : System
TestLoggedInStuff ( ) : void
TestStuff ( ) : void

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

AttemptStructDeserialization() публичный статический Метод

Uses Reflection to deserialize objects from hashtables and structs. Specifically tested for use with the comment objects
public static AttemptStructDeserialization ( CookComputing.XmlRpc.XmlRpcStruct response, Type output ) : object
response CookComputing.XmlRpc.XmlRpcStruct /// A ///
output System.Type /// A ///
Результат object

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

public BugFromBugId ( int bugId ) : BugReport
bugId int
Результат BugReport

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

Runs the Query and returns the number of results
public Execute ( ) : int
Результат int

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

public FetchComments ( ) : void
Результат void

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

public PostComment ( int bugId, string text ) : bool
bugId int
text string
Результат bool

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

public PostDeserialize ( ) : void
Результат void

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

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

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

public Query ( Repository source ) : System
source Repository
Результат System

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

public TestLoggedInStuff ( ) : void
Результат void

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

public TestStuff ( ) : void
Результат void