C# Class Meyn.TestLink.TestSuite

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

Méthodes publiques

Свойство Type Description
id int
name string
nodeOrder int
nodeTypeId int
parentId int

Private Methods

Méthode 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
Résultat int

name public_oe property

name of test suite
public string name
Résultat string

nodeOrder public_oe property

sequence id for ordering folders in tree
public int nodeOrder
Résultat int

nodeTypeId public_oe property

internal value
public int nodeTypeId
Résultat int

parentId public_oe property

foreign key to parent
public int parentId
Résultat int