C# Class Meyn.TestLink.TestPlan

represent a test plan
Inheritance: TL_Data, TL_Element
ファイルを表示 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_oe property

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

id public_oe property

primary key
public int id
return int

is_public public_oe property

public bool is_public
return bool

name public_oe property

public string name
return string

notes public_oe property

public string notes
return string

open public_oe property

public bool open
return bool

testproject_id public_oe property

foreign key to test project
public int testproject_id
return int