C# 클래스 Meyn.TestLink.TestPlan

represent a test plan
상속: TL_Data, TL_Element
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
active bool
id int
is_public bool
name string
notes string
open bool
testproject_id int

비공개 메소드들

메소드 설명
TestPlan ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

constructor used by XMLRPC interface on decoding the function return

프로퍼티 상세

active 공개적으로 프로퍼티

True if thest plan is currently active
public bool active
리턴 bool

id 공개적으로 프로퍼티

primary key
public int id
리턴 int

is_public 공개적으로 프로퍼티

public bool is_public
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

notes 공개적으로 프로퍼티

public string notes
리턴 string

open 공개적으로 프로퍼티

public bool open
리턴 bool

testproject_id 공개적으로 프로퍼티

foreign key to test project
public int testproject_id
리턴 int