C# 클래스 Meyn.TestLink.GeneralResult

returned when creating new TestProjects, TestCases, projects etc
상속: TL_Data
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
additionalInfo AdditionalInfo
id int
message string
operation string
status bool

공개 메소드들

메소드 설명
GeneralResult ( ) : System

conbstructor used to represent an empty response

GeneralResult ( string message, bool status ) : System

used by the Exporter class

비공개 메소드들

메소드 설명
GeneralResult ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

메소드 상세

GeneralResult() 공개 메소드

conbstructor used to represent an empty response
public GeneralResult ( ) : System
리턴 System

GeneralResult() 공개 메소드

used by the Exporter class
public GeneralResult ( string message, bool status ) : System
message string
status bool
리턴 System

프로퍼티 상세

additionalInfo 공개적으로 프로퍼티

Any potential additional information
public AdditionalInfo,Meyn.TestLink additionalInfo
리턴 AdditionalInfo

id 공개적으로 프로퍼티

id of an object involved in the operation. e.g. test case id
public int id
리턴 int

message 공개적으로 프로퍼티

the message returned by Testlink
public string message
리턴 string

operation 공개적으로 프로퍼티

the name of the operation carried out
public string operation
리턴 string

status 공개적으로 프로퍼티

a status. True means good
public bool status
리턴 bool