C# Класс Meyn.TestLink.TestProject

represent a test project object in testlink
Наследование: TL_Data, TL_Element
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Приватные методы

Метод Описание
TestProject ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

constructor used by XMLRPC interface on decoding the function return

Описание свойств

active публичное свойство

public bool active
Результат bool

color публичное свойство

public string color
Результат string

id публичное свойство

internal id
public int id
Результат int

name публичное свойство

project name
public string name
Результат string

notes публичное свойство

notes
public string notes
Результат string

option_automation публичное свойство

true if automation is enabled
public bool option_automation
Результат bool

option_inventory публичное свойство

true of inventory is enabled
public bool option_inventory
Результат bool

option_priority публичное свойство

true if priority feature is enabled
public bool option_priority
Результат bool

option_reqs публичное свойство

true of requirements feature is enabled
public bool option_reqs
Результат bool

prefix публичное свойство

string prefix for test cases
public string prefix
Результат string

tc_counter публичное свойство

public int tc_counter
Результат int