C# Class Meyn.TestLink.GeneralResult

returned when creating new TestProjects, TestCases, projects etc
Inheritance: TL_Data
Exibir arquivo 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_oe property

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

id public_oe property

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

message public_oe property

the message returned by Testlink
public string message
return string

operation public_oe property

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

status public_oe property

a status. True means good
public bool status
return bool