C# Class BugzillaInterface.Query

Afficher le fichier Open project: skyronic/splatter Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AttemptStructDeserialization() public static méthode

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 ///
Résultat object

BugFromBugId() public méthode

public BugFromBugId ( int bugId ) : BugReport
bugId int
Résultat BugReport

Execute() public méthode

Runs the Query and returns the number of results
public Execute ( ) : int
Résultat int

FetchComments() public méthode

public FetchComments ( ) : void
Résultat void

PostComment() public méthode

public PostComment ( int bugId, string text ) : bool
bugId int
text string
Résultat bool

PostDeserialize() public méthode

public PostDeserialize ( ) : void
Résultat void

Query() public méthode

public Query ( ) : System
Résultat System

Query() public méthode

public Query ( Repository source ) : System
source Repository
Résultat System

TestLoggedInStuff() public méthode

public TestLoggedInStuff ( ) : void
Résultat void

TestStuff() public méthode

public TestStuff ( ) : void
Résultat void