C# 클래스 Meyn.TestLink.AttachmentRequestResponse

this is returned as a response to an attachment request
상속: TL_Data
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
description string
file_name string
file_type string
foreignKeyId int
linkedTableName string
size int
title string

비공개 메소드들

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

constructor used by XMLRPC interface on decoding the function return

프로퍼티 상세

description 공개적으로 프로퍼티

description
public string description
리턴 string

file_name 공개적으로 프로퍼티

filename
public string file_name
리턴 string

file_type 공개적으로 프로퍼티

mime type
public string file_type
리턴 string

foreignKeyId 공개적으로 프로퍼티

the foreign key
public int foreignKeyId
리턴 int

linkedTableName 공개적으로 프로퍼티

the name of the table containing hte event this is attached to (an execution for instance)
public string linkedTableName
리턴 string

size 공개적으로 프로퍼티

size in bytes
public int size
리턴 int

title 공개적으로 프로퍼티

title of the attachment
public string title
리턴 string