C# Class Meyn.TestLink.GeneralResult

returned when creating new TestProjects, TestCases, projects etc
Inheritance: TL_Data
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
additionalInfo AdditionalInfo
id int
message string
operation string
status bool

Public Methods

Method Description
GeneralResult ( ) : System

conbstructor used to represent an empty response

GeneralResult ( string message, bool status ) : System

used by the Exporter class

Private Methods

Method Description
GeneralResult ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

Method Details

GeneralResult() public method

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

GeneralResult() public method

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

Property Details

additionalInfo public property

Any potential additional information
public AdditionalInfo,Meyn.TestLink additionalInfo
return AdditionalInfo

id public property

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

message public property

the message returned by Testlink
public string message
return string

operation public property

the name of the operation carried out
public string operation
return string

status public property

a status. True means good
public bool status
return bool