C# Class Meyn.TestLink.TestSuite

represent a folder in the test specification tree
Inheritance: TL_Data, TL_Element
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
id int
name string
nodeOrder int
nodeTypeId int
parentId int

Private Methods

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

constructor used by XMLRPC interface on decoding the function return

Property Details

id public property

internal primary key
public int id
return int

name public property

name of test suite
public string name
return string

nodeOrder public property

sequence id for ordering folders in tree
public int nodeOrder
return int

nodeTypeId public property

internal value
public int nodeTypeId
return int

parentId public property

foreign key to parent
public int parentId
return int