C# Class Meyn.TestLink.TestProject

represent a test project object in testlink
Inheritance: TL_Data, TL_Element
Mostra file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
active bool
color string
id int
name string
notes string
option_automation bool
option_inventory bool
option_priority bool
option_reqs bool
prefix string
tc_counter int

Private Methods

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

constructor used by XMLRPC interface on decoding the function return

Property Details

active public_oe property

public bool active
return bool

color public_oe property

public string color
return string

id public_oe property

internal id
public int id
return int

name public_oe property

project name
public string name
return string

notes public_oe property

notes
public string notes
return string

option_automation public_oe property

true if automation is enabled
public bool option_automation
return bool

option_inventory public_oe property

true of inventory is enabled
public bool option_inventory
return bool

option_priority public_oe property

true if priority feature is enabled
public bool option_priority
return bool

option_reqs public_oe property

true of requirements feature is enabled
public bool option_reqs
return bool

prefix public_oe property

string prefix for test cases
public string prefix
return string

tc_counter public_oe property

public int tc_counter
return int