C# Class Meyn.TestLink.TestProject

represent a test project object in testlink
Inheritance: TL_Data, TL_Element
Show 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 property

public bool active
return bool

color public property

public string color
return string

id public property

internal id
public int id
return int

name public property

project name
public string name
return string

notes public property

notes
public string notes
return string

option_automation public property

true if automation is enabled
public bool option_automation
return bool

option_inventory public property

true of inventory is enabled
public bool option_inventory
return bool

option_priority public property

true if priority feature is enabled
public bool option_priority
return bool

option_reqs public property

true of requirements feature is enabled
public bool option_reqs
return bool

prefix public property

string prefix for test cases
public string prefix
return string

tc_counter public property

public int tc_counter
return int