C# Class Meyn.TestLink.AdditionalInfo

Additional Info is provided in some cases when objects are created. GeneralResult
Inheritance: TL_Data
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
external_id int
has_duplicate bool?
id int
msg string
new_name string
status_ok bool
version_number int

Private Methods

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

constructor used by XMLRPC interface on decoding the function return

Property Details

external_id public property

external id if used
public int external_id
return int

has_duplicate public property

true if a duplicate exists
public bool? has_duplicate
return bool?

id public property

internal id
public int id
return int

msg public property

extra message, e.g."Created new version 2"
public string msg
return string

new_name public property

new namee given
public string new_name
return string

status_ok public property

true means good
public bool status_ok
return bool

version_number public property

version number in test cases
public int version_number
return int