Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AttemptStructDeserialization ( CookComputing.XmlRpc.XmlRpcStruct response, |
Uses Reflection to deserialize objects from hashtables and structs. Specifically tested for use with the comment objects
|
|
BugFromBugId ( int bugId ) : |
||
Execute ( ) : int |
Runs the Query and returns the number of results
|
|
FetchComments ( ) : void | ||
PostComment ( int bugId, string text ) : bool | ||
PostDeserialize ( ) : void | ||
Query ( ) : System | ||
Query ( |
||
TestLoggedInStuff ( ) : void | ||
TestStuff ( ) : void |
public static AttemptStructDeserialization ( CookComputing.XmlRpc.XmlRpcStruct response, |
||
response | CookComputing.XmlRpc.XmlRpcStruct |
/// A |
output |
/// A |
|
Résultat | object |
public BugFromBugId ( int bugId ) : |
||
bugId | int | |
Résultat |
public PostComment ( int bugId, string text ) : bool | ||
bugId | int | |
text | string | |
Résultat | bool |
public Query ( |
||
source | ||
Résultat | System |