C# 클래스 BugzillaInterface.Query

파일 보기 프로젝트 열기: skyronic/splatter 1 사용 예제들

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