C# 클래스 Meyn.TestLink.AdditionalInfo

Additional Info is provided in some cases when objects are created. GeneralResult
상속: TL_Data
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
external_id int
has_duplicate bool?
id int
msg string
new_name string
status_ok bool
version_number int

비공개 메소드들

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

constructor used by XMLRPC interface on decoding the function return

프로퍼티 상세

external_id 공개적으로 프로퍼티

external id if used
public int external_id
리턴 int

has_duplicate 공개적으로 프로퍼티

true if a duplicate exists
public bool? has_duplicate
리턴 bool?

id 공개적으로 프로퍼티

internal id
public int id
리턴 int

msg 공개적으로 프로퍼티

extra message, e.g."Created new version 2"
public string msg
리턴 string

new_name 공개적으로 프로퍼티

new namee given
public string new_name
리턴 string

status_ok 공개적으로 프로퍼티

true means good
public bool status_ok
리턴 bool

version_number 공개적으로 프로퍼티

version number in test cases
public int version_number
리턴 int