C# Class Meyn.TestLink.TestPlan

represent a test plan
Inheritance: TL_Data, TL_Element
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
active bool
id int
is_public bool
name string
notes string
open bool
testproject_id int

Private Methods

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

constructor used by XMLRPC interface on decoding the function return

Property Details

active public property

True if thest plan is currently active
public bool active
return bool

id public property

primary key
public int id
return int

is_public public property

public bool is_public
return bool

name public property

public string name
return string

notes public property

public string notes
return string

open public property

public bool open
return bool

testproject_id public property

foreign key to test project
public int testproject_id
return int