C# 클래스 Meyn.TestLink.TestSuite

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

공개 프로퍼티들

프로퍼티 타입 설명
id int
name string
nodeOrder int
nodeTypeId int
parentId int

비공개 메소드들

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

constructor used by XMLRPC interface on decoding the function return

프로퍼티 상세

id 공개적으로 프로퍼티

internal primary key
public int id
리턴 int

name 공개적으로 프로퍼티

name of test suite
public string name
리턴 string

nodeOrder 공개적으로 프로퍼티

sequence id for ordering folders in tree
public int nodeOrder
리턴 int

nodeTypeId 공개적으로 프로퍼티

internal value
public int nodeTypeId
리턴 int

parentId 공개적으로 프로퍼티

foreign key to parent
public int parentId
리턴 int