C# Class Meyn.TestLink.TestSuite

represent a folder in the test specification tree
Inheritance: TL_Data, TL_Element
显示文件 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_oe property

internal primary key
public int id
return int

name public_oe property

name of test suite
public string name
return string

nodeOrder public_oe property

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

nodeTypeId public_oe property

internal value
public int nodeTypeId
return int

parentId public_oe property

foreign key to parent
public int parentId
return int